openssl and windows

D

David x Callaway

one-click installer, 1.8.6-25, XP.

in irb if I require 'openssl' I get
=> false

even so, openssl seems to work, i.e. I can encrypt and decrypt, list the
ciphers, etc. why does the require return false? if I do the same
thing on linux irb returns true.

thx
dxc
 
G

Gordon Thiesfeld

one-click installer, 1.8.6-25, XP.

in irb if I require 'openssl' I get
=> false

The false just means that openssl has already been required, probably
by rubygems.

C:\>irb
C:\>echo %rubyopt%
-rubygems
C:\>set rubyopt=-

C:\>irb
Gordon
 
D

David x Callaway

Gordon said:
thanks!
dxc


The false just means that openssl has already been required, probably
by rubygems.

C:\>irb

C:\>echo %rubyopt%
-rubygems
C:\>set rubyopt=-

C:\>irb

Gordon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,264
Messages
2,571,315
Members
48,000
Latest member
SusannahSt

Latest Threads

Top