Originally Posted by knc1
Good move.
Now that you have a backup copy of it (be sure to keep it in case we break something). . . .
Do:
Code:
cd /usr/lib/
mv pthread.so pthread.so.bak
ln -s /lib/pthread.so pthread.so
cd -
And if all the multi-threaded applications on your KT break, reverse the above process to fix it.
Then we will just over-ride the library search path order in the compile command.
Hmm... Maybe that is what I should have described to begin with. 
|