View Single Post
Old 05-23-2012, 09:49 AM   #95
deep
Enthusiast
deep began at the beginning.
 
Posts: 29
Karma: 10
Join Date: May 2012
Device: Kindle Touch
Quote:
Originally Posted by knc1 View Post
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.

It works kcn1
deep is offline   Reply With Quote