Hi,
I have a self-packaged Ruby 1.8.7 running on SLES9 64bit. If you wish, I can
send you the binary RPMs (rather large), if building the package isn't your cup
of tea.
Anybody else interested in the Spec file or binaries?
Cheers,
-Thorsten
On 1 Oct 2010, at 13:27, Christian wrote:
> Sand
On Oct 1, 2010, at 1:27 PM, Christian wrote:
>
> Your solution suggestion i don't understand completely ...
> $ ruby -e 'require "openssl"; puts OpenSSL::Digest::MD5.digest "foo"'
>
> Which term i should use to replace "foo"? Sorry i'm not (yet) a ruby
> expert.
Sorry it was not a solution sugg
On Oct 1, 2010, at 10:29 AM, Christian wrote:
> Some idea how to solve that problem and how i can make the ./
> openssl.so loadable?
You can try the following:
$ ruby -e 'require "openssl"; puts OpenSSL::Digest::MD5.digest "foo"'
Is you ruby installation linked against openssl.so?
I am not su