LDD output for HelloWorld app needed.

Hi,

i would like to use Xojo for a new Linux distribution as administration interface (Web-based). This is a server system - so it will have no X Windows or other bloatware. I’m compiling everything from source - not based on any other distribution.

When i’m introducing something new in the system i have to know which libraries the new application needs (exactly: what is it linked to).

What i like about the Xojo Web-Apps is that they can bring their own web-server. This means that the administration Web-GUI does not have to rely on Apache, Tomcat or Nginx.

Yes i have read the documentation - but there is no info about the linking against system libraries.

Can anyone do me a favour and write a little “Hello World” Web-App, copy it to his or her server and then execute “ldd helloworld” and paste this output into this thread ?

Many thanks in advance (I have to be sure before i spend 700 bucks on this - my project isn’t a commercial project).

best regards,
Michael

the test app here:

linux-vdso.so.1 => (0x00007ffd085e6000) XojoConsoleFramework64.so => /home/cs/Arbeitsflche/d/d Libs/XojoConsoleFramework64.so (0x00007fa3903ee000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa390017000) libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007fa38fdc7000) libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007fa38fad2000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa38f8b5000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa38f6b0000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fa38f4a8000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa38f1ac000) libunwind.so.8 => not found libunwind-x86_64.so.8 => not found libc++.so.1 => /home/cs/Arbeitsflche/d/d Libs/libc++.so.1 (0x00007fa38edfa000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fa38ebe3000) /lib64/ld-linux-x86-64.so.2 (0x00007fa392930000) libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007fa38e9db000) libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fa38e79e000)

ldd XojoConsoleFramework64.so

linux-vdso.so.1 => (0x00007ffea9b92000) libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f514cd7d000) libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f514ca88000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f514c86a000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f514c666000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f514c45e000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f514c161000) libunwind.so.8 => not found libunwind-x86_64.so.8 => not found libc++.so.1 => /home/cs/Arbeitsflche/d/d Libs/./libc++.so.1 (0x00007f514bdaf000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f514bb99000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f514b7db000) /lib64/ld-linux-x86-64.so.2 (0x00007f514f527000) libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f514b5d2000) libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f514b395000)

Xojo offers a compiled web app in the documentation for testing on your server. You can use this to help see if you can get an app running in your environment.
http://documentation.xojo.com/topics/application_deployment/web/deployment_overview.html#Test_Apps_for_Deployment