kjb
08-10-2002, 09:47 AM
I've fubar'd my system some how. I'm all the sudden unable to compile seq. Don't think that I'd updated anything, but after I started getting pthread_create not found in -lpthread messages, I went and updated my glibc and libstdc++ libs to lastest. Running on RH7.2 Found an old thread with someone who had the same problem, but no resposes to him.
output of ldconf -p | grep thread
libthread_db.so.1 (libc6, OS ABI: Linux 2.2.5) => /lib/libthread_db.so.1
libthread_db.so (libc6, OS ABI: Linux 2.2.5) => /usr/lib/libthread_db.so
libpthread.so.0 (libc6, OS ABI: Linux 2.2.5) => /lib/libpthread.so.0
libpthread.so (libc6, OS ABI: Linux 2.2.5) => /usr/lib/libpthread.so
libgthread-1.2.so.0 (libc6) => /usr/lib/libgthread-1.2.so.0
libgnomevfs-pthread.so.0 (libc6) => /usr/lib/libgnomevfs-pthread.so.0
Are these the wrong versions?
output of ldconf -p | grep thread
libthread_db.so.1 (libc6, OS ABI: Linux 2.2.5) => /lib/libthread_db.so.1
libthread_db.so (libc6, OS ABI: Linux 2.2.5) => /usr/lib/libthread_db.so
libpthread.so.0 (libc6, OS ABI: Linux 2.2.5) => /lib/libpthread.so.0
libpthread.so (libc6, OS ABI: Linux 2.2.5) => /usr/lib/libpthread.so
libgthread-1.2.so.0 (libc6) => /usr/lib/libgthread-1.2.so.0
libgnomevfs-pthread.so.0 (libc6) => /usr/lib/libgnomevfs-pthread.so.0
Are these the wrong versions?