Error Launching GD Ubuntu 12.10 (./GDIDE libgailutil.so.18)

Hi, I’ve just downloaded GD for Ubuntu 12.10 but I coudn’t started it. The error " ./GDIDE: error while loading shared libraries: libgailutil.so.18: cannot open shared object file: No such file or directory " appears.

I already tried the commands " export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. " then " ./GDIDE " but the error above still appearing.
And the GDIDE file.exe is marked as executable.

I’m using Ubuntu 12.10 64bit.

Thanks

Hi
Launch the software center and try to install libgailutil and/or libgail18. :slight_smile:

Thanks for the quick answer!

I searched for libgail18 and its was installed, but the libgail18:i386 wasn’t. So I installed it, solving the error, but another error is now appearing: " ./GDIDE: error while loading shared libraries: libsoup-2.4.so.1: cannot open shared object file: No such file or directory ".

Then I searched for libsoup in software center but nothing was found. Synaptic has some packages about libsoup ( libsoup-gnome2.4-dev , libsoup-gnome2.4-1 , libsoup2.4-dbg , libsoup2.4-dev , libsoup2.4-1 , libsoup2.4-doc and was installed girl1.2-soup-2.4 ), I installed the packages but the error still apearing.

Thanks again!

Sorry, I did not find any other information about this library. Normally, installing libsoup2.4-1 should have been the right thing to do but it seems that the file is not included… Maybe you could try to find a file called libsoup-2.4.so.0 or any similair file in your system ( libsoup-2.4.so.X where X is a number ). ( Search for “libsoup” into the system files using Ubuntu search tool ). Then, if you locate a such file, create a symbolic link to it. Put the link in the Game Develop folder and name it libsoup-2.4.so.1

I searched for libsoup and I found a file named “libsoup-2.4.so.1.5.0” . I made the shortcut and it seems to work but now the error is “./GDIDE: error while loading shared libraries: libsoup-2.4.so.1: wrong ELF class: ELFCLASS64” . In my research on internet the error appears to be bound to 64bits architecture of my computer, but I didn’t find the answer.