SUMMARY: SSL needed for "gem install rails"

From: Karl.Rossing@Federated.CA
Date: Fri Nov 30 2007 - 11:13:15 EST


ruby did have openssl installed

        bash-3.00# ruby -e "puts require('openssl')"
        true

switched to rubygem-0.9.4 and i was able to get rails installed

        bash-3.00# gem install rails --include-dependencies
        Successfully installed rails-1.2.6

Karl Rossing/fhcc wrote on 11/29/2007 10:19:27 AM:

> Hello,
>
> I'm having trouble doing a "gem install rails --include-
> dependencies" in Solaris 10. I have been following the SUN doc http:
> //developers.sun.com/webtier/reference/techart/rubyonrails.html
>
> I'm getting the following error
>
> bash-3.00# gem install rails --include-dependencies
> INFO: `gem install -y` is now default and will be removed
> INFO: use --ignore-dependencies to install only the gems you list
> ERROR: While executing gem ... (Gem::Exception)
> SSL is not installed on this system
>
> Online searches seem to indicate that "libopenssl-ruby" on debian
> needs to be installed. I'm confused on how that correlates to
> Solaris since ./configure of ruby-1.8.6 doesn't seem to have any
> openssl options.
>
> Here is a little bit more system info
> ---
> cat /etc/release
> Solaris 10 3/05 s10_74L2a SPARC
> Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
> Use is subject to license terms.
> Assembled 22 January 2005
> ruby-1.8.6
> rubygems-0.9.5
> SunOS w00t 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V240
> ---
>
> Any suggestions would be appreciated.
>
> Karl
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:42:34 EDT