[965] in netbsd-help mailing list archive
Re: ld.so recognizing minor libraries.
daemon@ATHENA.MIT.EDU (Eric N Sit)
Mon Jul 15 12:06:29 1996
From: Eric N Sit <esit@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: Eric N Sit <esit@MIT.EDU>, netbsd-help@MIT.EDU
In-Reply-To: Your message of "Wed, 03 Jul 1996 13:14:03 EDT."
<199607031714.NAA20739@glacier.MIT.EDU>
Date: Mon, 15 Jul 1996 12:01:57 EDT
Just a note:
When I installed libc.so.12.4, my machine wouldn't boot up anymore.
It would halt right after loading afs, and before the cache scan.
When I removed livc.so.12.4, it worked again.
The ld.so did worked as it should!
Thanks!
Eric
> /afs/sipb/project/netbsd/dev/current-source/build/i386_nbsd1/gnu/usr.bin/ld/rtld/ld.so
> should do what you need (install it as /usr/libexec/ld.so). However,
> it will cause just about all dynamically linked programs to spew a
> warning about libc; to fix that, you also want to install
> /afs/sipb/project/netbsd/dev/current-source/build/i386_nbsd1/lib/libc/libc.so.12.4
> in /usr/lib and then run "ldconfig -m".
>
> Build trees aren't guaranteed to remain stable for any specific period
> of time, but I'm not going to put these in a more supported location
> because NetBSD 1.2 should be out in the not-too-distant future, and it
> will solve the problem.