This is the mail archive of the libc-alpha@sources.redhat.com 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: /lib/i686 and libpthread


Thorsten Kukuk <kukuk@suse.de> writes:

> > > ls: relocation error: /lib/i686/libpthread.so.0: undefined symbol:
> > > _dl_cpuclock_offset
> > > 
> > > Is there a solution to get this working again?
> > 
> > You must have a mix between an old libpthread and a new ld.so.
> 
> No. I compiled /lib/ld-linux.so.2 from the same source tree as
> /lib/i686/libpthread.so.0

With other words: you want to use a i686-compiled libc, libpthread etc
with a i386-compiled ld.so.  This never really worked since this
variable wasn't initialized and so clock always report the wrong time.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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