x86 64-bit Apps missing dependencies

Hello guys,

I used to always build apps as 64 bit and run them directly on my Debian machine, now it seems that on the latest Xojo 2017R3 I get error running my apps built on the last Xojo version.

I select as architecture 64 bit for linux, I move the app on the server, run it and it blocks with the message :

I do ldd app and I get the following :

[quote] libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fde550de000)
libgobject-2.0.so.0 => not found
libglib-2.0.so.0 => not found
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fde54ec1000)
[/quote]

As far as I remember those were for 32 bit apps and never required if you have 64 bit , did something changed in the meantime ?

Thanks.

you don’t seem to have libgobject-2.0 and libglib-2.0 installed on your machine (x64 version).

1 Like

Well that I know, the point is that the app is 64 Bit and it should not ask those 32 bit libraries on running this app, so there is something fishy there.

Well it seems that by manually downloading the library and installing it it did the job, that is funny but it seems that in the future Debian releases those packages were removed from it .