Hello again.
I have a server that runs op opensuse 11.1 en I've been having trouble installing software. The installation file is a .run. I tried to install it, but then the following error message appears:
"/root/.setup4603: error while loading shared libraries: libgtk-1.2.so.0: cannotopen shared object file: No such file or directory
./setup.sh: line 143: 4627 Aborted "$setup" "$@" 2>> $NULL
The setup program seems to have failed on x86/glibc-2.1
See
http://zerowing.idsoftware.com/linux/ for troubleshooting"
I've been searching with google for possible solutions and I found out that i need to install libgtk-1.2. I tried to do following without any success.
PC2-Linux:~/Desktop # apt-get install libgtk-1.2
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libgtk-1.2
PC2-Linux:~/Desktop # apt-get install libgtk
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libgtk
PC2-Linux:~/Desktop #
Any ideas?