[Pharo-project] cog and libSqueakSSL.so
Hi there, I've started a pharo 1.3 with the latest CogVM for linux and it's complaining about a couple of things. Should I worry? ~$ sudo invoke-rc.d workerImage0 start mprotect(x,y,PROT_READ | PROT_WRITE): Cannot allocate memory ~$ ioLoadModule(/home/prod/pharo/cog/libSqueakSSL.so): /home/prod/pharo/cog/libSqueakSSL.so: undefined symbol: sqSetIntPropertySSL The problem about the SqueakSSL plugin is preventing it from working at all so Zodiac isn't able to connect in SSL help please sebastian o/
sebastian@flowingconcept.com wrote
~$ ioLoadModule(/home/prod/pharo/cog/libSqueakSSL.so): /home/prod/pharo/cog/libSqueakSSL.so: undefined symbol: sqSetIntPropertySSL
Copy the lib from the Zodiac alpha one-click, or use http://forum.world.st/file/n4536225/libSqueakSSL.so this copy ... HTH, Sean -- View this message in context: http://forum.world.st/cog-and-libSqueakSSL-so-tp4536144p4536225.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
ok, I did. It fixed the undefined symbol problem (that isn't shown anymore) and SqueakSSL it's now listed among the list of loaded modules. At first the #testPlain didn't pass but after a couple of runs it started to pass. â¦but ZnEasy get: 'https://encrypted.google.com/search?q=Smalltalk'. is timming out the connection every time :( sounds familiar? ideas? sebastian o/ On Apr 5, 2012, at 7:26 PM, Sean P. DeNigris wrote:
sebastian@flowingconcept.com wrote
~$ ioLoadModule(/home/prod/pharo/cog/libSqueakSSL.so): /home/prod/pharo/cog/libSqueakSSL.so: undefined symbol: sqSetIntPropertySSL
Copy the lib from the Zodiac alpha one-click, or use http://forum.world.st/file/n4536225/libSqueakSSL.so this copy ...
HTH, Sean
On 06 Apr 2012, at 03:34, Sebastian Sastre wrote:
ok, I did.
It fixed the undefined symbol problem (that isn't shown anymore) and SqueakSSL it's now listed among the list of loaded modules.
At first the #testPlain didn't pass but after a couple of runs it started to pass.
â¦but
ZnEasy get: 'https://encrypted.google.com/search?q=Smalltalk'.
is timming out the connection every time :(
sounds familiar? ideas?
No concrete idea, no, sorry. But I would suggest being more conservative on the vm side. Apparently, http://ci.lille.inria.fr/pharo/view/VM/job/Cog-Unix/lastSuccessfulBuild/arti..., which I believe you used, is a bit too fresh and has incomplete SSL support. Maybe someone can suggest a link to an older pharo linux vm. The archive that I am using looks like this: $ ls -l cog-vm.zip -rw-rw-r-- 1 ubuntu ubuntu 611334 2012-03-01 11:55 cog-vm.zip $ md5sum cog-vm.zip 479ba1a66a91b10bdc2374a661771814 cog-vm.zip I could publish mine somewhere if that helps. Sven
On 6 April 2012 10:43, Sven Van Caekenberghe <sven@beta9.be> wrote:
On 06 Apr 2012, at 03:34, Sebastian Sastre wrote:
ok, I did.
It fixed the undefined symbol problem (that isn't shown anymore) and SqueakSSL it's now listed among the list of loaded modules.
At first the #testPlain didn't pass but after a couple of runs it started to pass.
â¦but
ZnEasy get: 'https://encrypted.google.com/search?q=Smalltalk'.
is timming out the connection every time  :(
sounds familiar? ideas?
No concrete idea, no, sorry.
But I would suggest being more conservative on the vm side.
Apparently, http://ci.lille.inria.fr/pharo/view/VM/job/Cog-Unix/lastSuccessfulBuild/arti..., which I believe you used, is a bit too fresh and has incomplete SSL support.
Yes, Camillo just added SSL plugin into build, but its not yet even checked if it functional or not.
Maybe someone can suggest a link to an older pharo linux vm. The archive that I am using looks like this:
$ ls -l cog-vm.zip -rw-rw-r-- 1 ubuntu ubuntu 611334 2012-03-01 11:55 cog-vm.zip
$ md5sum cog-vm.zip 479ba1a66a91b10bdc2374a661771814 Â cog-vm.zip
I could publish mine somewhere if that helps.
Sven
-- Best regards, Igor Stasenko.
On 06 Apr 2012, at 15:15, Igor Stasenko wrote:
Yes, Camillo just added SSL plugin into build, but its not yet even checked if it functional or not.
No problem, I am all for pushing new stuff. But it is confusing if people start downloading it as 'released'. There should be a development and release version of the vm's as well, IMHO. Even more than for an image, people need a stable vm to depend on.
Maybe someone can suggest a link to an older pharo linux vm. The archive that I am using looks like this:
$ ls -l cog-vm.zip -rw-rw-r-- 1 ubuntu ubuntu 611334 2012-03-01 11:55 cog-vm.zip
$ md5sum cog-vm.zip 479ba1a66a91b10bdc2374a661771814 cog-vm.zip
I could publish mine somewhere if that helps.
Sven
participants (4)
-
Igor Stasenko -
Sean P. DeNigris -
Sebastian Sastre -
Sven Van Caekenberghe