[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

openssl error after upgrading to 1.8.7

Lee Jarvis

6/22/2008 10:34:00 PM

/usr/local/lib/ruby/1.8/openssl/ssl.rb:26: uninitialized constant
OpenSSL::SSL::VERIFY_PEER (NameError)
from /usr/local/lib/ruby/1.8/openssl.rb:23:in `require'
from /usr/local/lib/ruby/1.8/openssl.rb:23

Yeah the subject says it all really, I get this error everytime I try
to run a script that uses the socket library, although it sometimes
works, weird. Any idea why this is happening?

Thanks,
Lee
1 Answer

Jeff Moss

6/26/2008 12:18:00 PM

0

Did your openssl.so build? Mine didn't, and this is the error I got.

Lee Jarvis wrote:
> /usr/local/lib/ruby/1.8/openssl/ssl.rb:26: uninitialized constant
> OpenSSL::SSL::VERIFY_PEER (NameError)
> from /usr/local/lib/ruby/1.8/openssl.rb:23:in `require'
> from /usr/local/lib/ruby/1.8/openssl.rb:23
>
> Yeah the subject says it all really, I get this error everytime I try
> to run a script that uses the socket library, although it sometimes
> works, weird. Any idea why this is happening?
>
> Thanks,
> Lee
>
>
>