/lib/i686 and libpthread

Ulrich Drepper drepper@redhat.com
Thu Feb 14 09:05:00 GMT 2002


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   `------------------------



More information about the Libc-alpha mailing list