View Single Post
Old 12th June 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

You don't have a symlink for libpthread.so.
Code:
# cd /usr/lib
# ln -sf /lib/libthr.so.3 libthr.so
# ln -sf libthr.so libpthread.so
The safest thing to do after that would be to rebuild all of your ports.

Last edited by BSDKaffee; 12th June 2008 at 08:17 PM. Reason: fix symlink
Reply With Quote