Hi! After installing Ruby 1.8.1 and RubyGems 0.8.11 on SuSE 9.3 I''m trying to install Rails but I get this error: SSL is not installed on this system OpenSSL is correctly installed on my system... Any idea? Regards Christian
Make sure to install the Ruby-SSL bindings for your OS. I use debian so I''m not of much help for a specific link, but I''m fairly certain that''s the issue. On 9/6/05, Christian Bourque <christian.bourque-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi! > > After installing Ruby 1.8.1 and RubyGems 0.8.11 on SuSE 9.3 I''m trying > to install Rails but I get this error: > > SSL is not installed on this system > > OpenSSL is correctly installed on my system... > > Any idea? > > Regards > > Christian > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- ===Tanner Burson==tanner.burson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://tannerburson.com <---Might even work one day... _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
> Make sure to install the Ruby-SSL bindings for your OS. I use debian so I''m > not of much help for a specific link, but I''m fairly certain that''s the > issue.I''m having this problem on a brand new ubuntu Hoary installation. I''ve compiled from source ruby-1.8.2 I''ve installed gems but when I try to install: gem install -r rails --include-dependencies Attempting remote installation of ''rails'' ERROR: While executing gem ... (Gem::Exception) SSL is not installed on this system I''ve installed rails on Hoary few days ago... no such a problem. On the working Hoary I have: libssl0.9.7 installed, on the faulty one alse have it but... it doesn''t work! But it sounds unbelievable. So I''m probably forgetting something I did. Maybe I was wrong installing from source, but I would like to keep gem to install ruby gems... If someone has a suggestion about a way out (even the name of another distro ;)). Thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
Enrico Teotti wrote:>>Make sure to install the Ruby-SSL bindings for your OS. I use debian so I''m >>not of much help for a specific link, but I''m fairly certain that''s the >>issue. > > I''m having this problem on a brand new ubuntu Hoary installation. > I''ve compiled from source ruby-1.8.2 > I''ve installed gems > but when I try to install: > gem install -r rails --include-dependencies > Attempting remote installation of ''rails'' > ERROR: While executing gem ... (Gem::Exception) > SSL is not installed on this system > > I''ve installed rails on Hoary few days ago... no such a problem. > On the working Hoary I have: > libssl0.9.7 > installed, on the faulty one alse have it but... it doesn''t work! > But it sounds unbelievable. So I''m probably forgetting something I did.If memory serves, it''s libopenssl-ruby1.8 that you need to apt-get (or compile... never taken that route myself). -- Alex
do you mean him? ii libopenssl-rub 1.8.1+1.8.2pre OpenSSL interface for Ruby 1.8 it''s already there... :-\ I''d like to try even the compile way, just to figure out the problem. But I don''t know where to find the file. I''ve searched http://rubyforge.org for ssl but I''ve not found anything suitable (to my eye). -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
Enrico Teotti wrote:> do you mean him? > ii libopenssl-rub 1.8.1+1.8.2pre OpenSSL interface for Ruby 1.8 > it''s already there... :-\ > > I''d like to try even the compile way, just to figure out the problem. > But I don''t know where to find the file. > I''ve searched http://rubyforge.org for ssl but I''ve not found anything > suitable (to my eye).Hrm. That was what solved precisely the same problem on a Debian stable machine a few days ago for me, so if it''s not that, then I''m out of ideas. -- Alex
On 9/13/05, Alex Young <alex-qV/boFbD8Meu8LGVeLuP/g@public.gmane.org> wrote:> Enrico Teotti wrote: > > do you mean him? > > ii libopenssl-rub 1.8.1+1.8.2pre OpenSSL interface for Ruby 1.8No, he means libopenssl-ruby Probably just a typo, typo''s cause bugs ;)> > Hrm. That was what solved precisely the same problem on a Debian stable > machine a few days ago for me, so if it''s not that, then I''m out of ideas.Same here. On Ubuntu (and debian) you might want to be sure you''ve got libopenssl-ruby1.8 Also be sure you''ve installed openssl itself apt-get install openssl Both of you should probably be using Ruby 1.8.2, not 1.8.1, although I''m not sure that''s the cause of your problems. Ubuntu will run rails apps, but you will be SOL to run rails newapp because the ruby 1.8.2 version they''re using is borked, there''s info on the wiki about this. If you really wouldn''t mind another distro, just use Debian. -- Chris Martin Web Developer Open Source & Web Standards Advocate http://www.chriscodes.com/
On 9/14/05, Chris Martin <chriscodes-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Both of you should probably be using Ruby 1.8.2, not 1.8.1, although > I''m not sure that''s the cause of your problems.Another thought, if all Hoary will give you is 1.8.1, you need to make use of the universe repos in /etc/apt/sources.list -- Chris Martin Web Developer Open Source & Web Standards Advocate http://www.chriscodes.com/
Thanks for the tips guys. I''m a little upset with Ubuntu. About its outdated postgres and now this ruby thing. It''s probably just not suited for developing, or maybe it''s just my fault. Whatever, for now I''m going to use it just on my (still working) laptop, but I''m going to take a look for a Gentoo workstation. What I''m wondering is: will I survive the emerge odissey? I hope so... ;-) Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke