64bit versions of Linux 7.0.65 and 7.2.26

Message boards : Questions and problems : 64bit versions of Linux 7.0.65 and 7.2.26
Message board moderation

To post messages, you must log in.

AuthorMessage
Graeme

Send message
Joined: 9 Feb 09
Posts: 18
United Kingdom
Message 51062 - Posted: 28 Oct 2013, 16:14:00 UTC

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
ID: 51062 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15484
Netherlands
Message 51065 - Posted: 28 Oct 2013, 16:26:06 UTC - in response to Message 51062.  

What does the ldd command return?

ldd boinc


The error you see is a Linux error, not a BOINC error.
ID: 51065 · Report as offensive
Graeme

Send message
Joined: 9 Feb 09
Posts: 18
United Kingdom
Message 51077 - Posted: 29 Oct 2013, 13:42:37 UTC - in response to Message 51065.  

$ 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
ID: 51077 · Report as offensive
Profile Dave
Help desk expert

Send message
Joined: 28 Jun 10
Posts: 2540
United Kingdom
Message 51156 - Posted: 5 Nov 2013, 8:15:22 UTC - in response to Message 51077.  

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.
ID: 51156 · Report as offensive
DeleteNull

Send message
Joined: 4 Nov 12
Posts: 3
Germany
Message 51616 - Posted: 1 Dec 2013, 18:30:40 UTC - in response to Message 51077.  
Last modified: 1 Dec 2013, 18:31:12 UTC

$ 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


Try the version here: http://www.rechenaugust.de/boinc/index.html (Openmandriva 2013).
ID: 51616 · Report as offensive

Message boards : Questions and problems : 64bit versions of Linux 7.0.65 and 7.2.26

Copyright © 2024 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.