ROR on solaris 10 gem installation error

Why not use the CoolStack version of Ruby? It's there on sunfreeware.com and is easy to install. I've been using it since the day it was available without any problems.

    ftp://ftp.sunfreeware.com/pub/freeware/CSK/

n

Mark wrote:

Mark wrote: > Ba Du wrote: >> On my Sun Enterprise 450, >> I installed ruby-1.8.4 from sunfreeware.com. That installed like a >> dream. >> I then downloaded rubygems-0.8.11. Untarred into /usr/local/src and >> tried to do a /usr/local/bin/ruby install.rb >> this is what followed and can someone help me figure out what to do? >> >> bash-3.00# /usr/local/bin/ruby setup.rb > >> /usr/local/lib/ruby/1.8/sparc-solaris2.10/digest/md5.so: ld.so.1: >> /usr/local/bin/ruby: f atal: libcrypto.so.0.9.8: open failed: No such >> file or directory - /usr/local/lib/ruby/1 >> .8/sparc-solaris2.10/digest/md5.so (LoadError) >> from > > ----- > I have the exact same issue - could you please copy me when a solution > is presented? As far as I can tell, this has something to do with an > incompatible version of openssl installed. Thank you. -Mark

Personally, I recommend blastwave.org over sunfreeware.com for Solaris packages, especially if you're using the Sun Studio compiler. They have more Ruby packages afaik, and they tend to be more up to date.

Regards,

Dan

This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.

Mark wrote:

Berger, Daniel wrote:

I have the exact same issue - could you please copy me when

a solution

is presented? As far as I can tell, this has something to do with an incompatible version of openssl installed. Thank you. -Mark

Personally, I recommend blastwave.org over sunfreeware.com for Solaris packages, especially if you're using the Sun Studio compiler. They have more Ruby packages afaik, and they tend to be more up to date.

Regards,

Dan

---- Which packages for ruby/rubygems should I be using for Solaris 9 (5.9 sparc) - blastwave.org or CoolStack? Neither seem to specify if they will work on this version of Solaris. Thank you. -Mark

For the blastwave packages, the pkg-get program (which you should download from their site) will do the right thing and download the packages appropriate for your platform.

Regards,

Dan

That should not matter, the packages have different names (by design), so running Solaris update will do the right thing every time.

n

Mark wrote: