Message boards : Questions and problems : 64bit versions of Linux 7.0.65 and 7.2.26
Message board moderation
Author | Message |
---|---|
Send message Joined: 9 Feb 09 Posts: 18 ![]() |
Running OpenMandriva Beta x86_64 under VirtualBox. Downloaded both 7.0.65 and 7.2.26 to suss out problems before a real installation. Starting either gives the following errors multiple times: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/graeme/BOINC/boinc) /usr/lib64/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /home/graeme/BOINC/boinc) /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/graeme/BOINC/boinc However, the requested files ARE present: graeme@localhost BOINC]$ cd /lib64 [graeme@localhost lib64]$ ls -l|grep libssl -rwxr-xr-x 1 root root 320792 Aug 12 10:13 libssl3.so* -rwxr-xr-x 1 root root 456984 Oct 10 11:14 libssl.so.1.0.0* [graeme@localhost lib64]$ ls -l|grep libcrypto -rwxr-xr-x 1 root root 2136032 Oct 10 11:14 libcrypto.so.1.0.0* [graeme@localhost lib64]$ cd /usr/lib64 [graeme@localhost lib64]$ ls -l|grep libcurl lrwxrwxrwx 1 root root 16 Oct 17 01:51 libcurl.so.4 -> libcurl.so.4.3.0* -rwxr-xr-x 1 root root 423384 Aug 26 09:07 libcurl.so.4.3.0* Because lib64 libraries are being searched, I assume that boinc is not looking for 32-bit versions, but I can't find out what "version OPENSSL_1.0.0" or "version `CURL_OPENSSL_3'" mean. Can anyone explain? Thanks Graeme |
![]() Send message Joined: 29 Aug 05 Posts: 15640 ![]() |
What does the ldd command return? ldd boinc The error you see is a Linux error, not a BOINC error. |
Send message Joined: 9 Feb 09 Posts: 18 ![]() |
$ ldd boinc ./boinc: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./boinc) ./boinc: /usr/lib64/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./boinc) ./boinc: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./boinc) linux-vdso.so.1 => (0x00007fffcbab8000) libcurl.so.4 => /usr/lib64/libcurl.so.4 (0x00007f2851f68000) libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x00007f2851ef0000) libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00007f2851ce0000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f2851ad8000) etc etc. I agree it may not be a scientific BOINC error, but I was hoping the software developers might be able to explain the significance of the version references. I'll ask on the OpenMandriva forum. Graeme |
![]() Send message Joined: 28 Jun 10 Posts: 2858 ![]() |
Never had this problem with (K)ubuntu. However the project I run most of the time (when work is available) is CPDN and this requires a number of 32 bit libs to be installed. It is over three years since I last used Mandriva and don't remember problems other than the 32 bit libs being required then. |
Send message Joined: 4 Nov 12 Posts: 3 ![]() |
$ ldd boinc Try the version here: http://www.rechenaugust.de/boinc/index.html (Openmandriva 2013). |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.