On Sun, Oct 15, 2000 at 06:18:50PM +0200, Daniel de los Reyes wrote: > > Hello > > tramontana:~$ ldd /usr/ustation/ustation32 > libm.so.5 => /lib/libm.so.5 (0x4000f000) > libdl.so.1 => /lib/libdl.so.1 (0x40018000) > libX11.so.6 => not found > libc.so.5 => /lib/libc.so.5 (0x4001b000) > > However libX11.so.6 seems to be ok since other things find it: > > tramontana:~$ ldd /usr/bin/xsendbut > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4001b000) > libc.so.6 => /lib/libc.so.6 (0x400bc000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > Can anybody think of a reason why this is happening? > Anyway to sove it?
Try installing the libc5 version of libX11. apt-get install xlib6 Brent