View Single Post
Old 05-23-2012, 09:40 AM   #92
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by deep View Post
Ok here's the output

I copied the file over to /mnt/us

and ran the command from my linux machine
Code:
/media/Kindle$ file ./libpthread.so
./libpthread.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked (uses shared libs), BuildID[sha1]=0x245a6c47c401422afb251b0bb4d29e9e309404dc, for GNU/Linux 2.6.16, not stripped
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 libpthread.so libpthread.so.bak
ln -s /lib/libpthread.so libpthread.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.

Last edited by knc1; 05-23-2012 at 09:59 AM.
knc1 is offline   Reply With Quote