jaime@ubuntu:~/Desktop$ ./hacketyhack-1.0.1.run Verifying archive integrity... All good. Uncompressing Hackety Hack............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... /tmp/selfgz3000/hacketyhack-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
3 responses
-
Thanks for the report pvtjaime.
Hope someone better versed in Linux might suggest something.
Thanks
-
It's looking for libgtk-x11-2.0 and you probably are using Ubuntu's most recent version which uses libgtk-x11-3.0
You won't be able to use this unless you install libgtk-x11-2.0. Open Synaptic and look for this file and install it...then try again.
-
I had the same issue. For the next person, this is how I solved it...
/usr/lib/libgtk-x11-2.0.so.0
existed as a sym linke to libgtk-x11-2.0.so.0.2000.1. But, I still received the error. To correct the error, I ran:
sudo apt-get install ia32-libs-gtk
Apparently this is a x86 vs amd64 issue. I am running Debian 2.6.32.5-amd64
...next up error libssl.so.1.0.0 :)