[ale] I don't wanna rebuild AGAIN
Nomad the Wanderer
nomad at orci.com
Tue Oct 13 08:00:23 EDT 1998
Thus spake ari (myo at thy.ml.org):
> Nomad the Wanderer (nomad at orci.com) said this stuff:
>
> > {0}:dogbert:/root/xv/xvscan-1.81-bin>ldd xvscan
> > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40004000)
> > libm.so.5 => not found
> > libc.so.5 => /usr/local/lib/Backups/libc.so.5 (0x4009b000)
> > libc.so.6 => /lib/libc.so.6 (0x4009d000)
> > /lib/ld-linux.so.1 => /lib/ld-linux.so.2 (0x2aaaa000)
>
> is your version of netscape also libc5?
> is X? is your window manager?
>
> notice what i'm getting at there....
Good point. I've gotta find a specifig glibc netscape. Someone
sent me the url and I put it somewhere safe..... hurumph
the xv I tried to build from scratch, but it won't compile so
that may be the problem too.
>
>
> > > if you're familiar with gdb or strace (or ltrace), use one or more of them to
> > > see where things are going wrong.
> >
> > {0}:dogbert:/root/xv/xvscan-1.81-bin>strace ./xvscan
> > execve("./xvscan", ["./xvscan"], [/* 26 vars */]) = 0
> > mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40006000
> > mprotect(0x40000000, 19984, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
> > mprotect(0x8048000, 1146372, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
> > stat("/etc/ld.so.cache", {st_mode=0, st_size=0, ...}) = 0
> > open("/etc/ld.so.cache", O_RDONLY) = 3
> > mmap(0, 13885, PROT_READ, MAP_SHARED, 3, 0) = 0x40007000
> > close(3) = 0
> > stat("/etc/ld.so.preload", 0xbffffa90) = -1 ENOENT (No such file or directory)
> > open("/usr/local/RealAudio/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
> > open("/usr/local/lib/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
> > open("/usr/local/lib/Backups/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
> > open("/usr/lib/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
> > open("/lib/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
> > write(2, "./xvscan: can\'t load library \'"..., 43./xvscan: can't load library 'libX11.so.6'
> > ) = 43
> > _exit(16) = ?
>
> /usr/X11R6/lib was not checked.
> try using
>
> setenv LD_LIBRARY_PATH /usr/X11R6/lib:$LD_LIBRARY_PATH
>
> for [t]csh, or
>
> export LD_LIBRARY_PATH=/usr/X11R6/lib:$LD_LIBRARY_PATH
>
> for [{ba,z}]sh
>
> if this works, check to make sure /usr/X11R6/lib is in /etc/ld.so.conf
> from the looks of things, it is. however, /usr/X11R6/lib is still not
> searched for, as can be seen from the strace output.
>
> ari
I did this and it didn't help.
---------------------------------------------------------------------------
Robert L. Harris | You mean you paid
Senior System Administrator II | MONEY for
at Great West Life. \_ Service Pack '98???
http://www.orci.com/~nomad
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
More information about the Ale
mailing list