Adam
2010-Aug-02 11:01 UTC
`require_frameworks'': no such file to load -- openssl (RuntimeError)
I got this error:`require_frameworks'': no such file to load -- openssl (RuntimeError) My OS is Fedora Core 13 I installed openssl, try compile extconf.rb,but this not help. If i compile extconf.rb, i got this error: [root@localhost openssl]# ruby extconf.rb === OpenSSL for Ruby configurator ===== Checking for system dependent stuff... ==checking for t_open() in -lnsl... no checking for socket() in -lsocket... no checking for assert.h... yes === Checking for required stuff... ==checking for openssl/ssl.h... no === Checking for required stuff failed. ==Makefile wasn''t created. Fix the errors above. [root@localhost openssl]# -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Peter De Berdt
2010-Aug-02 11:32 UTC
Re: `require_frameworks'': no such file to load -- openssl (RuntimeError)
On 02 Aug 2010, at 13:01, Adam wrote:> I got this error:`require_frameworks'': no such file to load -- openssl > (RuntimeError) > My OS is Fedora Core 13 > I installed openssl, try compile extconf.rb,but this not help. > If i compile extconf.rb, i got this error: > [root@localhost openssl]# ruby extconf.rb > === OpenSSL for Ruby configurator ==> === Checking for system dependent stuff... ==> checking for t_open() in -lnsl... no > checking for socket() in -lsocket... no > checking for assert.h... yes > === Checking for required stuff... ==> checking for openssl/ssl.h... no > === Checking for required stuff failed. ==> Makefile wasn''t created. Fix the errors above. > [root@localhost openssl]#On a Debian based system, you would install the openssl-ruby package using "sudo apt-get install libopenssl-ruby1.8". Yum on Fedora should have a similar library somewhere. Best regards Peter De Berdt -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.