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

Re: thanks!



Thanks for your help!

Below is the result:


bash-2.01$ grep libXt.so.6 strace_out
uselib("/usr/lib/libXt.so.6")           = -1 ENOENT (No such file or
directory)
uselib("/lib/libXt.so.6")               = -1 ENOENT (No such file or
directory)
write(2, "Mosaic: can\'t find library \'li"..., 40Mosaic: can't find
library
'libXt.so.6'
bash-2.01$ su
Password:
debian:/home/zhou# cp /usr/X11R6/lib/libXt.so.6 /usr/lib/libXt.so.6
debian:/home/zhou# exit
bash-2.01$  Mosaic
Mosaic: can't load library '/usr/lib/libXt.so.6'
        Exec format error
Mosaic: can't find library 'libXt.so.6'


It seems that i have to compile it myself, but i met the following error
msg:

--- Building libwww2
cd libwww2; make CC=gcc RANLIB=ranlib CFLAGS="-g    "
make[1]: Entering directory `/home/zhou/Mosaic-src/libwww2'
gcc -g       -c HTTCP.c -o HTTCP.o
HTTCP.c:68: conflicting types for `sys_errlist'
/usr/include/stdio.h:221: previous declaration of `sys_errlist'
make[1]: *** [HTTCP.o] Error 1
make[1]: Leaving directory `/home/zhou/Mosaic-src/libwww2'
make: *** [libwww2] Error 2


Any idea?

______________________________________________________________________
ktb wrote:
> 
> 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
> 
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: