[Pharo-project] Zodiac on Linux
When deploying an image to Ubuntu and starting with the Cog VM from Jenkins, I got an error "undefined symbol sqSetIntPropertySSL" from libSqueakSSL.so. Any ideas? Thanks. Sean -- View this message in context: http://forum.world.st/Zodiac-on-Linux-tp4521194p4521194.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Sean, On 31 Mar 2012, at 08:09, Sean P. DeNigris wrote:
When deploying an image to Ubuntu and starting with the Cog VM from Jenkins, I got an error "undefined symbol sqSetIntPropertySSL" from libSqueakSSL.so. Any ideas?
Thanks. Sean
It most certainly works on servers, for me, and for others. Some time ago, I posted this: http://forum.world.st/Headless-HTTPS-Usage-on-Linux-td4341457.html Maybe you don't have the necessary SSL lib installed ? sudo apt-get install libssl0.9.8:i386 Sven PS: Also make sure you don't have any 32/64 issues.
Sven Van Caekenberghe wrote
It most certainly works on servers, for me, and for others.
The Zodiac one-click works, just not the Jenkins vm. It seems to be an issue with the ssl plugin built by Jenkins. When I copy the ssl plugin from the Zodiac alpha one-click into the Jenkins Cog vm, it works. Sean -- View this message in context: http://forum.world.st/Zodiac-on-Linux-tp4521194p4521686.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 31 Mar 2012, at 16:09, Sean P. DeNigris wrote:
Sven Van Caekenberghe wrote
It most certainly works on servers, for me, and for others.
The Zodiac one-click works, just not the Jenkins vm. It seems to be an issue with the ssl plugin built by Jenkins. When I copy the ssl plugin from the Zodiac alpha one-click into the Jenkins Cog vm, it works.
Sean
I didn't know it was already being built/included (I knew it was coming). Thanks for reporting this. I did not yet test that vm myself. Sven
participants (2)
-
Sean P. DeNigris -
Sven Van Caekenberghe