Code: Select all
$ ./uplink-demo-1.54.sh
Verifying archive integrity... All good.
Uncompressing Uplink demo 1.54DEMO...........................................................................................
/home/robin/.setup11653: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directoryI have the library:
Code: Select all
$ ls -l /usr/lib/libgtk-1.2.so.0
lrwxrwxrwx 1 root root 19 2007-05-27 14:06 /usr/lib/libgtk-1.2.so.0 -> libgtk-1.2.so.0.9.1however, this is the 64-bit version. If I force the issue:
Code: Select all
$ LD_LIBRARY_PATH=/usr/lib ./uplink-demo-1.54.sh
Verifying archive integrity... All good.
Uncompressing Uplink demo 1.54DEMO...........................................................................................
/home/robin/.setup11735: error while loading shared libraries: libgtk-1.2.so.0: wrong ELF class: ELFCLASS64How can I fix this?



