Click to See Complete Forum and Search --> : can't load library 'libXt.so.6'


godot
02-08-2001, 11:20 PM
I'm trying to run a program and it keeps giving me this error. libXt.so.6 is in /usr/X11R6/lib/

how do i get the program to load it?

X_console
02-09-2001, 12:37 AM
Try running "ldconfig" as root and see if that helps. You might have to make sure that /usr/X11R6/lib is in your /etc/ld.so.conf file before you do ldconfig. Also, it might be advisable to backup your /etc/ld.so.conf and /etc/ld.so.cache file before you try it. Just in case something goes wrong, you can easily restore the backups.

Gaccm
02-09-2001, 01:51 AM
I had exact prob, i tried to install 3.3.6 and got that. I have debian testing and my verion of ld was above what it wanted (not at bugfix level but minor [i think]) and tried a few things, never got it to work :( (i had had 3.3.6 on this system working fine, but i apt-get upgrade and it replaced with 4.0.2 and that doesn't work on this system. I had been able to reinstall 3.3.6 from binaries, but now when i try i get that error (when doing startx)