
libXm.so.2: cannot open shared object file: No such file or directory
Hi,
I just installed lesstiff-0.91.0 (source) on my slack 4.0 kernel 2.2.6
system.
Ran the make install. However, when I do an ldd "filename" on the
program that requires
this library, i get
libXm.so.2 => not found
there is a slink in /usr/local/lib/ to the real file which is located in
/usr/local/LessTif/Motif/lib
as shown below
bash# ls -l libXm.so.2
lrwxrwxrwx 1 root root 34 May 25 21:45 libXm.so.2 ->
../LessTif/Motif2.0/lib/libXm.so.2
/usr/local/lib is in my /etc/ld.so.conf file. I also tried running
ldconfig but that did not help.
I also added /usr/local/LessTif/Motiif2.0/lib to the /etc/ld.so.conf
file then running ldconfig
but with the same results.
Any Ideas what I am doing wrong. BTW the make install uses libtool to
install the shared library
Thanks
Dave