[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] libgit build fails because of libssl and libcrypto (#210)

Javier Pimas notifications at github.com
Fri Feb 2 17:21:44 UTC 2018


on /build.linux32x86/pharo.cog.spur/build I run ./mvm and get

 make[3]: *** No rule to make target '/usr/lib/i386-linux-gnu/libssl.so', needed by 'libgit2.so.0.25.1'.  Stop.

I worked around it by running sudo ln -s /lib/i386-linux-gnu/libssl.so.1.0.0 /usr/lib/i386-linux-gnu/libssl.so but shouldn't be necessary as libssl is downloaded and built by the script.

The same happens with libcrypto

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/210
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180202/b880751a/attachment.html>


More information about the Vm-dev mailing list