ld-linux.so.2 cannot process libpthread.so.0

Daniel Jacobowitz drow@false.org
Thu Dec 1 18:25:00 GMT 2005


On Thu, Dec 01, 2005 at 11:12:18AM -0700, Mark Jessee wrote:
> Is there a reason that the libpthread.so.0 from my Mandriva
> distribution wouldn't work when copied onto the AMD Elan board?  For
> what reasons will ld-linux.so.2 reject the contents of
> libpthread.so.0?  I've been stuck on this for a couple of days so any
> suggestions are appreciated!

Many.  You _must_ have ld.so match all the other components of glibc
that you are using.  Probably the ld.so you are using does not support
thread local storage, or else the libpthread.so you copied over
requires a different kernel than the one your target is running.


-- 
Daniel Jacobowitz
CodeSourcery, LLC



More information about the Libc-alpha mailing list