uninitialized constant OpenSSL::Digest::SHA1 in rails 3 and ubuntu
Posted
by
Anand Agrawal
on Stack Overflow
See other posts from Stack Overflow
or by Anand Agrawal
Published on 2010-12-24T06:49:53Z
Indexed on
2010/12/24
6:54 UTC
Read the original article
Hit count: 277
Hi All,
I am trying to integrate restful_authentication plugings into my rails 3 application. I integrated this in windows, but while trying to integrate it to ubuntu I am facing an error "uninitialized constant OpenSSL::Digest::SHA1"
I googled for the solution but still unsuccessful. I am unable to load the file, "require Digest/SHA1"
Now, i tried to run console screen. and tried to check the Digest file by putting print statement, this gives false, while in the irb it returns true.
If anyone has come across such problem
© Stack Overflow or respective owner