I tried reinstalling pokerth today but it wouldn't launch. Neither apt-get install for the 0.5 version or the 0.6 version on source force would work. Everytime I tried to run it from the terminal I got a message:
| Code: |
error while loading shared libraries: libboost_thread-mt.so: cannot open shared object file: No such file or directory
|

This was wierd since I had pokerth running in the past. Here is what I did to fix the problem:
I opened a terminal and navigated to /usr/lib. Then I created Symlinks with:
| Code: |
sudo ln -s libboost_thread*mt* libboost_thread-mt.so
sudo ln -s libboost_filesystem*mt* libboost_filesystem-mt.so
|
Hopefully this will be of use to other people.
