Hi, all

Please look my error message ,

$ which openssl
/usr/bin/openssl
$ whereis openssl
openssl: /usr/bin/openssl /usr/lib/openssl
/usr/share/man/man1/openssl.1ssl.gz
$ openssl version
OpenSSL 1.0.0-fips 29 Mar 2010

$ irb
irb(main):001:0> require 'openssl'
LoadError: no such file to load -- openssl
    from
/usr/local/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
    from
/usr/local/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
    from (irb):1
    from /usr/local/ruby/bin/irb:12:in `<main>'

So, what should i do now ?
How do use the openssl in ruby ?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to