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_PRELOAD libpthread.so.0 on ia64: seg fault


On Tue, Mar 07, 2006 at 09:37:46AM +0100, Guillaume Duranceau wrote:
> I got some problems when trying to LD_PRELOAD libpthread.so.0 (NPTL) of a
> fresh compiled glibc on ia64. Actually, I want to override the libpthread.so.0
> originally installed on the system with a libpthread.so.0 that I compile from
> glibc source.

You can't ever mix different versions of libpthread.so.0, libc.so.6*,
libdl.so.2, libm.so.6*, ld*so* and other glibc shared libraries in one program,
all the libraries and the dynamic linker must come from the same build (same
source, some configuration options).  There are tight dependencies between
the different libraries that are part of glibc.

	Jakub


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