What does the following return for you ?

$ ldd bin/pharo-vm/libSqueakSSL.so 
        linux-gate.so.1 =>  (0xf779e000)
        libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xf7703000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf754d000)
        libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 
(0xf7360000)
        /lib/ld-linux.so.2 (0xf777c000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf735b000)

Each dependency should be satisfied.

> On 8 May 2017, at 12:43, Julien Delplanque <jul...@tamere.eu> wrote:
> 
> Hello,
> 
> I have this error when trying to use the network:
> 
> "SSL/TLS plugin initialization failed (VM plugin missing ? OS libraries 
> missing ?)"
> 
> What library could be missing on my operating system?
> 
> I appears after an update of my operating system I think.
> 
> I am on Archlinux.
> 
> Julien
> 
> 


Reply via email to