Re: Trying to get running

Georg Kullgren (kullgren@elixir.e.kth.se)
Sun, 31 Mar 1996 14:46:19 +0100

> /usr/local/thot/bin/LINUX/thotmain: cannot find library libXt.so.6
>
> Although I know it is in the directory usr/X11R6/lib.
> Also when I do ldd thotmain, it shows:
>
> libXt.so.6 (DLL Jump 6.0) => not found
> libX11.so.6 (DLL Jump 6.0) => not found
> libm.so.4 (DLL Jump 4.6pl28) => /lib/libm.so.4.6.27
> libc.so.4 (DLL JUMP 4.6pl27) => /lib/libc.so.4.7.2

Is your ld.so checking the right directories for the libraries?
Check the file ld.so.conf and if /usr/X11R6/lib is not there,
add it and run ldconfig.
Are all of your libraries a.out?

/Georg Kullgren