This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Getting desperate... glibc-2.2.5


Hi all,

I'm running Slackware 8.0 running kernel 2.4.17, 
I've downloaded glibc-2.2.5.tar.gz and
glibc-linuxthreads-2.2.5.tar.gz and extractes glibc-2.2.5.tar.gz
and extrated the linuxthreads into the glibc dir extracted
previously.

Then, I've searched for the place where my previous glibc was
installed, found out that it was in /usr.
I've done the following:

./configure --enable-add-ons=linuxthreads --enable-kernel=2.4.17
--prefix=/usr

then everything worked great!

I did make...
and then make check... everything seemed fine (too fine).

After that I went for an install...
I've done make install...

Everything smooth... and suddently:
make[2]: Leaving directory `/home/pdestroy/glibc-2.2.5/linuxthreads'
make  -C resolv subdir_install
make: error while loading shared libraries: /lib/libpthread.so.0: undefined symbol: _dl_cpuclock_offset
make[1]: *** [resolv/subdir_install] Error 127
make[1]: Leaving directory `/home/pdestroy/glibc-2.2.5'
make: *** [install] Error 2


I tried then again a make install and:

root@localhost:/home/pdestroy/glibc-obj# make install
make: error while loading shared libraries: /lib/libpthread.so.0: undefined symbol: _dl_cpuclock_offset

After that a ls:
root@localhost:/home/pdestroy/glibc-obj# ls
/bin/ls: error while loading shared libraries:
/lib/libpthread.so.0: undefined symbol: _dl_cpuclock_offset


But there are some commands that work just fine...

Will I have to reinstall all of slack or do I have a way to solve
this...?

Best regards,
-- 
Paulo J. Matos : pocm(_at_)rnl.ist.utl.pt
Instituto Superior Tecnico - Lisbon    
Software & Computer Engineering - A.I.
 - > http://www.rnl.ist.utl.pt/~pocm 
 ---	
	Yes, God had a deadline...
		So, He wrote it all in Lisp!


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