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.                      ++

Reply via email to