thanks for your reply! i run the command. below is the result:
bash-2.01$ ldd Mosaic libXt.so.6 (DLL Jump 6.0) => not found libX11.so.6 (DLL Jump 6.0) => not found libc.so.4 (DLL Jump 4.5pl26) => not found bash-2.01$ Mosaic is for Linux 1.0, i guess. ______________________________________________ Hello, You might try 'ldd /usr/bin/mosaic'(or whatever it's path is). If it says 'libXt.so.6 =3D> /usr/lib/libXt.so.6' on one of the lines in that display then try making a symlink... =20 ln -sv /usr/X11R6/lib/libXt.so.6 /usr/lib ...and see if that fixes it. HTH, Jimmy Richards > i download Mosaic for Linux and when i run it, it says: > > Mosaic: can't find library 'libXt.so.6' > > I find that libXt.so.6 is in /usr/X11R6/lib. I use Debian 2.1 >