That is not the Pharo VM. And you didn't tell me which platform you are on. If you are on Linux, you need libSqueakSSL next to your VM binary. $ ldd bin/libSqueakSSL.so linux-gate.so.1 => (0xffffe000) libssl.so.0.9.8 => /usr/lib32/i686/cmov/libssl.so.0.9.8 (0xf768e000) libc.so.6 => /lib32/libc.so.6 (0xf753a000) libcrypto.so.0.9.8 => /usr/lib32/i686/cmov/libcrypto.so.0.9.8 (0xf73f7000) libdl.so.2 => /lib32/libdl.so.2 (0xf73f3000) libz.so.1 => /usr/lib32/libz.so.1 (0xf73de000) /lib/ld-linux.so.2 (0xf76e6000) Note that on a 64-bit system, you need 32-bit SSL libraries on your system.
On 27 Nov 2014, at 09:11, Craig <craig@hivemind.net> wrote:
Hi Sven,
My VM is Cog VM 4.0.0 (release)
Craig
-----Original Message----- From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Sven Van Caekenberghe Sent: 27 November 2014 10:06 AM To: Any question about pharo is welcome Subject: Re: [Pharo-users] Alternate browser
You do not have to install anything extra inside the image, Zodiac is a standard part of Pharo.
But, as the error says 'plugin missing', you do need to use a VM with the SSL plugin, like a normal Pharo VM.
Which VM/platform are you using ?