[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: thanks!



On Sun, Jun 24, 2001 at 10:07:24AM +0200, softguy@citiz.net wrote:
> 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.

Before you give up try -
$ strace Mosaic &> strace_out

Then -
$ grep libXt.so.6 strace_out
and see if you can find where Mosaic is looking for the library.
hth,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
     First line of "The Panther" - R. M. Rilke




Reply to: