View Single Post
Old 11th June 2008
ccc ccc is offline
Shell Scout
 
Join Date: May 2008
Posts: 97
Default

Quote:
Originally Posted by BSDKaffee View Post
@ccc

Please post the output of:
$ ls -l /lib/libthr* /usr/lib/libpthr*

It looks like you have a threading library issue that might have happend when you upgrade to 7.0.
Code:
# ls -l /lib/libthr* /usr/lib/libpthr*
-r--r--r--  1 root  <<<<<<< current   66928 Mar 10 20:37 /lib/libthr.so.3
lrwxr-xr-x  1 root  <<<<<<< current       8 Mar 10 20:38 /usr/lib/libpthread.a -> libthr.a
Reply With Quote