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.0I'm using 64-bit Xubuntu and for 32-bit you should look for these libs yourself.
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
Ni komentarjev:
Objavite komentar