This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]