library's hiding?

2001-02-17 Thread Sebastiaan
Hi, I try to run a program, but it seems that it cannot find the librarys needed. With ldd, I see that the following librarys can not be found: libXt.so.6 libXext.so.6 libX11.so.6 They are all present in /usr/X11R6/lib directory. My /etc/ld.so.conf contains, among others, this directory too.

Re: library's hiding?

2001-02-17 Thread Carl Greco
Run the following command and check for errors: ldconfig -nv /usr/X11R6/lib Sebastiaan writes: Hi, I try to run a program, but it seems that it cannot find the librarys needed. With ldd, I see that the following librarys can not be found: libXt.so.6 libXext.so.6 libX11.so.6 They are all

Re: library's hiding?

2001-02-17 Thread Sebastiaan
Hi, it gives no errors. It shows all the libs and to which they are linked to. Perhaps there is a problem because the program is 'old' (1998) and uses the old binary format (cannot remember which). Thanks, Sebastiaan On Sat, 17 Feb 2001, Carl Greco wrote: Run the following command and check

Re: library's hiding?

2001-02-17 Thread Carl Greco
Check that the libs actually exist, i.e., my potato (patched to current release) has the following: peregrine:/etc/init.d# ldconfig -nv /usr/X11R6/lib ldconfig: version 1.9.11 /usr/X11R6/lib: libXaw3d.so.6 = libXaw3d.so.6.1 libforms.so.0.88 = libforms.so.0.88

Re: library's hiding?

2001-02-17 Thread Sebastiaan
Hi, yes, that is all correct too. Thanks, Sebastiaan On Sat, 17 Feb 2001, Carl Greco wrote: Check that the libs actually exist, i.e., my potato (patched to current release) has the following: peregrine:/etc/init.d# ldconfig -nv /usr/X11R6/lib ldconfig: version 1.9.11 /usr/X11R6/lib: