Chris Price wrote:
> lrwxrwxrwx 1 root root 13 Jun 14 07:52 ld.so.1 -> ld-linux.so.2
The path changed as well - the linker used to be in /usr/lib/ld.so.1
(which of course meant that /usr could not be on a different partition),
and old binaries go looking for it there. So you need to make the link
like so:
ln -s ../../lib/ld-linux.so.2 /usr/lib/ld.so.1
> And I ran ldconfig after I created the softlink.
That isn't necessary actually - no libraries were added, so the
ld.so.cache is correct.
--
Ralph Siemsen -- [EMAIL PROTECTED]
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++
- JDK for Netwinder + glibc 2.1.2? Chris Price
- Re: JDK for Netwinder + glibc 2.1.2? Ralph Siemsen
- Re: JDK for Netwinder + glibc 2.1.2? Chris Price
- Re: JDK for Netwinder + glibc 2.1.2? Dan Malek
- Re: JDK for Netwinder + glibc 2.1.2? cprice
- Re: JDK for Netwinder + glibc 2.1.2? Jon Olson
- Re: JDK for Netwinder + glibc 2.1.2? Ralph Siemsen
- Re: JDK for Netwinder + glibc 2.1.2? Hanske;Stefan
- Re: JDK for Netwinder + glibc 2.1.2? cprice
- Re: JDK for Netwinder + glibc 2.1.2? Philip Blundell
- Re: JDK for Netwinder + glibc 2.1.2? Scott Bambrough
- Re: JDK for Netwinder + glibc 2.1.2? Stephen Crocker
