Issue 6738 in pharo: SSL plugin not recognized - latest vm and latest Pharo-2.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6738 in pharo: SSL plugin not recognized - latest vm and latest Pharo-2.0

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 6738 by [hidden email]: SSL plugin not recognized - latest  
vm and latest Pharo-2.0
http://code.google.com/p/pharo/issues/detail?id=6738

Below is the important chunk from the log file.

Tried the same test with one-click and got same result ... libSqueakSSL.so  
is present but not recognized (apparently)...

The Zodiac tests are all passing because they have this clause:

   self isNativeSSLPluginPresent ifFalse: [ ^ self ].

With no SSL and no OSProcess  
(http://code.google.com/p/pharo/issues/detail?id=5796) I am stalled for  
getting the Metacello Preview functional in Pharo-2.0.

----log  
file-----------------------------------------------------------------------THERE_BE_DRAGONS_HERE
ZdcPluginMissing: SSL/TLS plugin initailization failed (VM plugin missing ?  
OS libraries missing ?)
25 September 2012 1:50:13.688 pm

VM: unix - i686 - linux-gnu - CoInterpreter VMMaker-oscog-IgorStasenko.162  
uuid: e4554f9a-cc90-4826-a807-ac282b782fe4 Sep 21 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Sep 21 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
2bb83f5f8aba323abaa0a2f530cf4322dfef8158 Date: 2012-09-18 13:24:46 +0200  
By: Igor Stasenko <[hidden email]>

Image: Pharo2.0a [Latest update: #20305]

[:exception | ZdcPluginMissing signal] in ZdcPluginSSLSession>>initialize
         Receiver: a ZdcPluginSSLSession
         Arguments and temporary variables:
<<error during printing>
         Receiver's instance variables:
                 handle:         nil
-----uname  
-a----------------------------------------------------------------------
Linux foos 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 16:11:24 UTC 2011  
x86_64 GNU/Linux



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6738 in pharo: SSL plugin not recognized - latest vm and latest Pharo-2.0

pharo

Comment #1 on issue 6738 by [hidden email]: SSL plugin not  
recognized - latest vm and latest Pharo-2.0
http://code.google.com/p/pharo/issues/detail?id=6738

I think you are hitting a problem many people have encountered: you need  
the proper libraries installed (32/64bit, openssl). The plugin expects  
these.

Use the proper linux tools to inspect the executable, there must be some  
mails on the mailing list about this.

If you haven't found it tomorrow, I will have a look, now I am going to  
sleep.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6738 in pharo: SSL plugin not recognized - latest vm and latest Pharo-2.0

pharo

Comment #2 on issue 6738 by [hidden email]: SSL plugin not  
recognized - latest vm and latest Pharo-2.0
http://code.google.com/p/pharo/issues/detail?id=6738

Thanks for the quick response sven, but I do have both the 64 bit and 32  
bit ssl libraries installed (we use them in GemStone/S):

foos:lib32>ls -altr /lib/*ssl* /lib32/*ssl*
-rw-r--r-- 1 root root 333856 2011-02-09 17:50 /lib/libssl.so.0.9.8
-rw-r--r-- 1 root root 294664 2011-02-09 18:24 /lib32/libssl.so.0.9.8
lrwxrwxrwx 1 root root     15 2011-11-02 11:37 /lib32/libssl.so ->  
libssl.so.0.9.8

and 0.9.8 is the version mentioned in this post  
(http://forum.world.st/Zodiak-SSL-on-1-4-problem-td4580459.html) ....



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6738 in pharo: SSL plugin not recognized - latest vm and latest Pharo-2.0

pharo

Comment #3 on issue 6738 by [hidden email]: SSL plugin not  
recognized - latest vm and latest Pharo-2.0
http://code.google.com/p/pharo/issues/detail?id=6738

According to our is guys /usr/lib64 and /usr/lib32 are the standard  
locations for libraries:

---------------------------------------------------------------------------
foos:lib32>ls -altr /usr/lib32/*ssl*
-rw-r--r-- 1 root root  38508 2009-12-22 18:10  
/usr/lib32/libgnutls-openssl.so.26.14.12
-rw-r--r-- 1 root root 203812 2011-03-28 13:14 /usr/lib32/libssl3.so
lrwxrwxrwx 1 root root     29 2011-11-02 11:37  
/usr/lib32/libgnutls-openssl.so.26 -> libgnutls-openssl.so.26.14.12
lrwxrwxrwx 1 root root     22 2011-11-02 11:37 /usr/lib32/libssl.so.0.9.8  
-> /lib32/libssl.so.0.9.8
lrwxrwxrwx 1 root root     10 2011-11-02 11:37 /usr/lib32/libssl3.so.1d ->  
libssl3.so
lrwxrwxrwx 1 root root     23 2011-11-02 11:37  
/usr/lib32/libgnutls-openssl.so -> libgnutls-openssl.so.26
lrwxrwxrwx 1 root root     15 2012-09-25 15:30 /usr/lib32/libssl.so ->  
libssl.so.0.9.8

/usr/lib32/ssl:
total 88
drwxr-xr-x  3 root root  4096 2011-01-19 17:24 .
drwxr-xr-x  2 root root  4096 2011-11-02 11:37 engines
drwxr-xr-x 40 root root 77824 2012-09-25 15:30 ..
---------------------------------------------------------------------------
foos:lib>ls -altr /usr/lib64/*ssl*
-rw-r--r-- 1 root root  43664 2009-12-22 18:10  
/usr/lib64/libgnutls-openssl.so.26.14.12
lrwxrwxrwx 1 root root     29 2011-01-19 09:50  
/usr/lib64/libgnutls-openssl.so.26 -> libgnutls-openssl.so.26.14.12
-rw-r--r-- 1 root root 568544 2011-02-09 17:50 /usr/lib64/libssl.a
-rw-r--r-- 1 root root 230136 2011-09-07 13:05 /usr/lib64/libssl3.so
lrwxrwxrwx 1 root root     10 2011-11-02 11:36 /usr/lib64/libssl3.so.1d ->  
libssl3.so
lrwxrwxrwx 1 root root     20 2011-11-02 11:36 /usr/lib64/libssl.so ->  
/lib/libssl.so.0.9.8
lrwxrwxrwx 1 root root     20 2011-11-02 11:36 /usr/lib64/libssl.so.0.9.8  
-> /lib/libssl.so.0.9.8

/usr/lib64/ssl:
total 84
lrwxrwxrwx   1 root root    16 2011-01-19 09:52 private -> /etc/ssl/private
lrwxrwxrwx   1 root root    14 2011-01-19 09:52 certs -> /etc/ssl/certs
drwxr-xr-x   2 root root  4096 2011-11-02 11:36 engines
lrwxrwxrwx   1 root root    20 2011-11-02 11:36 openssl.cnf ->  
/etc/ssl/openssl.cnf
drwxr-xr-x   2 root root  4096 2011-11-02 11:36 misc
drwxr-xr-x   4 root root  4096 2011-11-02 11:36 .
drwxr-xr-x 217 root root 69632 2012-03-12 10:16 ..
---------------------------------------------------------------------------
---------------------------------------------------------------------------
foos:lib>ls -altr /usr/lib/*ssl*
-rw-r--r-- 1 root root  43664 2009-12-22 18:10  
/usr/lib/libgnutls-openssl.so.26.14.12
lrwxrwxrwx 1 root root     29 2011-01-19 09:50  
/usr/lib/libgnutls-openssl.so.26 -> libgnutls-openssl.so.26.14.12
-rw-r--r-- 1 root root 568544 2011-02-09 17:50 /usr/lib/libssl.a
-rw-r--r-- 1 root root 230136 2011-09-07 13:05 /usr/lib/libssl3.so
lrwxrwxrwx 1 root root     10 2011-11-02 11:36 /usr/lib/libssl3.so.1d ->  
libssl3.so
lrwxrwxrwx 1 root root     20 2011-11-02 11:36 /usr/lib/libssl.so ->  
/lib/libssl.so.0.9.8
lrwxrwxrwx 1 root root     20 2011-11-02 11:36 /usr/lib/libssl.so.0.9.8 ->  
/lib/libssl.so.0.9.8

/usr/lib/ssl:
total 84
lrwxrwxrwx   1 root root    16 2011-01-19 09:52 private -> /etc/ssl/private
lrwxrwxrwx   1 root root    14 2011-01-19 09:52 certs -> /etc/ssl/certs
drwxr-xr-x   2 root root  4096 2011-11-02 11:36 engines
lrwxrwxrwx   1 root root    20 2011-11-02 11:36 openssl.cnf ->  
/etc/ssl/openssl.cnf
drwxr-xr-x   2 root root  4096 2011-11-02 11:36 misc
drwxr-xr-x   4 root root  4096 2011-11-02 11:36 .
drwxr-xr-x 217 root root 69632 2012-03-12 10:16 ..



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6738 in pharo: SSL plugin not recognized - latest vm and latest Pharo-2.0

pharo

Comment #4 on issue 6738 by [hidden email]: SSL plugin not  
recognized - latest vm and latest Pharo-2.0
http://code.google.com/p/pharo/issues/detail?id=6738

this is a VM issue, so I moved the issue


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6738 in pharo: SSL plugin not recognized - latest vm and latest Pharo-2.0

pharo
Updates:
        Status: Moved

Comment #5 on issue 6738 by [hidden email]: SSL plugin not  
recognized - latest vm and latest Pharo-2.0
http://code.google.com/p/pharo/issues/detail?id=6738

Moved to: Issue cog:98


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker