[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

OpenSSL problems with Ruby 1.8.4 and Windows - DLL linking

List Recv

4/5/2006 11:02:00 PM

When trying to use OpenSSL, I get an exception:
"OpenSSL::SSL::SSLError" - without any other info.

Everything worked fine - I was running 1.8.2 on Windows XP - but
upgrading to 1.8.4 on Windows seemed to break things.... (I used the
one click installer).

The README for 1.8.4 installer says that they upgraded the OpenSSL lib
- I wonder if it mught be using bindings created for one version, but
linking to a different DLL. If this is the case, how can I fix it?

Has anyone else encountered this? I found the following two similar
reports (although with different errors...), but no solution:

http://groups.google.com/group/comp.lang.ruby/browse_frm/thread/7716d0...
http://www.codecomments.com/archive327-2006-3-8...

2 Answers

List Recv

4/6/2006 2:38:00 PM

0

In general, how do you control which library ruby loads, when you've
installed more than one version?

List Recv

4/6/2006 9:20:00 PM

0

If anyone wants to know the problem and how to fix it - it has to do
with OpenSSL being in both /1.8 and /site_ruby/1.8 - remove one - see
http://groups.google.com/group/comp.lang.ruby/browse_frm/thread/80ab3d46a6d78226/2e2fb8ea9c761f68#2e2fb8...
for deatils