Am sorry for posting on the wrong thread :-). I am new to Rails development, I have installed Rails using Gems before but I ran into a new issue today. I get the following error: ERROR: While executing gem ... (Gem::Exception) SSL is not installed on this system Can somebody throw light on what mistake I could have made? Cheers, Harish _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Harish Krishnan wrote:> Am sorry for posting on the wrong thread :-). I am new to Rails > development, I have installed Rails using Gems before but I ran into a > new issue today. I get the following error: > ERROR: While executing gem ... (Gem::Exception) > SSL is not installed on this system > > Can somebody throw light on what mistake I could have made?If you''re on Debian, using Debian''s ruby packages, then install libopenssl-ruby. Chris.