Am 08.05.2017 13:18 schrieb "Julien Delplanque" <julien@tamere.eu>:
Ok, I installed the missing library:
yaourt -S lib32-openssl-1.0
now when I do:
ldd /usr/share/pharo/vm/libSqueakSSL.so
I get:
/usr/share/pharo/vm/libSqueakSSL.so: /usr/lib32/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/share/pharo/vm/libSqueakSSL.so) linux-gate.so.1 (0xf77f1000) libssl.so.1.0.0 => /usr/lib32/libssl.so.1.0.0 (0xf7731000) libc.so.6 => /usr/lib32/libc.so.6 (0xf7571000) libcrypto.so.1.0.0 => /usr/lib32/libcrypto.so.1.0.0 (0xf7360000) /usr/lib/ld-linux.so.2 (0x565de000) libdl.so.2 => /usr/lib32/libdl.so.2 (0xf735b000)
So it is still not working, I still get the exception in Pharo. :-(
Julien
On Mon, May 8, 2017 at 7:36 PM, Marc Hanisch via Pharo-users <pharo-users@lists.pharo.org> wrote:
---------- Forwarded message ---------- From: Marc Hanisch <marc.hanisch@googlemail.com> To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Cc: Bcc: Date: Mon, 8 May 2017 13:36:12 +0200 Subject: Re: [Pharo-users] SSL/TLS plugin initailization failed (VM plugin missing ? OS libraries missing ?) Hello, I have the same problem on Ubuntu 16.04 and Fedora 25...
Any hints?
Just a random skim of the web for similar errors... Install lib32-openssl-1.0-compat or similar... https://forum.manjaro.org/t/unstable-update-2017-05-02-plasma5-gnome-virtual... Maybe something to do with systemvariables and the installation of two versions of the libraries (32 & 64 bit??) https://ubuntuforums.org/showthread.php?t=1905963 Try LD_PRELOAD https://superuser.com/questions/735736/no-version-information-available-requ... Use your package manager to check if the installed version is really 1.0.0, or instead 1.0.x. What does `ldd /usr/bin/openssl` report (or equivalent lib32 location) https://askubuntu.com/questions/830466/libcrypto-so-1-0-0-no-version-informa... Is libcrypto missing or a different version? cheers -ben