Hi, I am trying to install passenger 3.0 for apache2 on Ubuntu 10.10. It says that I need to install libopenssl-ruby. But when I did ''sudo apt-get install libopenssl-ruby'', I got the following error. Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting ''libruby'' instead of ''libopenssl-ruby'' libruby is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded. How do I install libopenssl-ruby? Thanks. Sam -- Posted via http://www.ruby-forum.com/. -- 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.
Try this Thread here for answers: http://ubuntuforums.org/showthread.php?t=910285 On Oct 19, 7:27 am, Sam Kong <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi, > > I am trying to install passenger 3.0 for apache2 on Ubuntu 10.10. > > It says that I need to install libopenssl-ruby. > > But when I did ''sudo apt-get install libopenssl-ruby'', I got the > following error. > > Reading package lists... Done > Building dependency tree > Reading state information... Done > Note, selecting ''libruby'' instead of ''libopenssl-ruby'' > libruby is already the newest version. > 0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded. > > How do I install libopenssl-ruby? > > Thanks. > > Sam > > -- > Posted viahttp://www.ruby-forum.com/.-- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
you nedd to recompile the ruby ssl module. if you have installed ruby with rvm: cd $HOME cd .rvm/src/ruby-1.9.2-p0/ext/openssl ruby extconf.rb make make install -- Posted via http://www.ruby-forum.com/. -- 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.
Solrac Caritas wrote in post #955372:> you nedd to recompile the ruby ssl module. > > if you have installed ruby with rvm: > cd $HOME > cd .rvm/src/ruby-1.9.2-p0/ext/openssl > ruby extconf.rb > make > make installThanks - found this after posting similar question for nginx! -- Posted via http://www.ruby-forum.com/. -- 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.
Solrac Caritas wrote in post #955372:> you nedd to recompile the ruby ssl module. > > if you have installed ruby with rvm: > cd $HOME > cd .rvm/src/ruby-1.9.2-p0/ext/openssl > ruby extconf.rb > make > make installThanks - must have crossed in the post! -- Posted via http://www.ruby-forum.com/. -- 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.