četrtek, 7. maj 2015

BOINC "Show graphics"

I'm using Xubuntu 14.04.2 and BOINC 7.2.42. I'm running SETI@Home and World Community Grid. When I click "Show graphics" on a SETI@Home task nothing happens.
If you run BOINC Manager from command line you get:
    libssl.so.10: cannot open shared object file: No such file or directory

ldd on SETI@Home executable shows:
    libssl.so.10 => not found
    libcrypto.so.10 => not found

Now you do this:
sudo apt-get install freeglut3 libssl1.0.0
cd /lib/x86_64-linux-gnu
ln -s libssl.so.1.0.0 libssl.so.10
ln -s libcrypto.so.1.0.0 libcrypto.so.10 
I'm using 64-bit Xubuntu and for 32-bit you should look for these libs yourself.