On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
> I copied libc.so.4 manually to /usr/lib but that is not sufficient.
> It looks like ld-elf sticks to libc.so.4 even if I move the symlink 
> libc.so back from libc.so.4 to libc.so.3

Yes.  Each shared library knows it's name when it was compiled (minor
hand waving here).  The linker then burns the shlib name (not file name,
but shlib name gotten from a header in the shlib.

You can change the shlib name by using a hex/binary editor on the shlib.

-- 
-- David    ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to