The net/ssh package requires openssl. So, unless you managed to build
the openssl package against the Sun SSL library, this won't work afaik.
Regards,
Dan
···
-----Original Message-----
From: Hugh Sasse [mailto:hgs@dmu.ac.uk]
Sent: Wednesday, September 28, 2005 12:06 PM
To: ruby-talk ML
Subject: Re: rake 0.6 - thank youOn Thu, 29 Sep 2005, Chad Fowler wrote:
> On 9/28/05, Hugh Sasse <hgs@dmu.ac.uk> wrote:
>>
>> On Thu, 29 Sep 2005, itsme213 wrote:
[...]
>>> I just upgraded to Rake 0.6 and this is fixed.
>>>
>>> Many thanks, Jim!!
>>
>> Hmmm.
>>
>> brains# gem update rake
[...]
>> ERROR: While executing gem ... (Gem::Exception)
>> SSL is not installed on this system
>> brains# ssh -V
>> SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0.
>> brains#
>
>
> Hugh, I believe the problem is that you need the ruby ssl stuff
> compiled and installed. Perhaps when you installed ruby, it didn't
> detect Sun's SSL libs and therefore didn't compile the ruby
ssl libs?
> (I'm not sure ruby's stuff will actually work with Sun's stuff).
>
OK, I probably need to beat some sense into LD_LIBRARY_PATH
or something. Thanks, I'll have another look.Hugh