Click to See Complete Forum and Search --> : Program Running Error in RedHat 7.1


PrinceOfHeaven
10-17-2001, 02:55 AM
I am using RedHat 7.1's i686 on a Duron 800Mhz machine. I have a full installation and using the KDE. But when I try to execute certain programs it gives the following error message. In this one I've given the error message it gave when I tried to run
the file xmms.

"error while loading shared libraries:
libgtk-1.2.so.0: cannot open shared object file: No such file or directory"

I tried reinstalling Linux but still it gives the same error message. When I checked it manually, that file called libgtk-1.2.so.0 existed in the linux partition. So could someone please tell me how I can resolve this problem?

Thankin ya,
*PrinceOfHeaven*

bdg1983
10-17-2001, 04:05 AM
Check to see if the path to that library is defined in /etc/ld.so.conf and if not, then add the path (just the path). Run ldconfig in either case.