Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #4384

Re: Digest::Base problem

From brabuhr@gmail.com
Newsgroups comp.lang.ruby
Subject Re: Digest::Base problem
Date 2011-05-12 10:58 -0500
Organization Service de news de lacave.net
Message-ID <BANLkTim+16ZMSGKBe5Rzc3qB0EKhZ2hPNQ@mail.gmail.com> (permalink)
References (1 earlier) <BANLkTinbg0MibV7DnUCpD3fZ5j1gn0Omiw@mail.gmail.com> <b3b15c55b8d6accfa273fa5cf2eed2f5@ruby-forum.com> <BANLkTinGqo8gwYLjjKQ_NU51UZG5ub3U=A@mail.gmail.com> <BANLkTinWzhaUmks0qkfC9s=MvO5XBZUwFA@mail.gmail.com> <413b5c0650b6f849cf2ce0df51f0b708@ruby-forum.com>

Show all headers | View raw


On Thu, May 12, 2011 at 10:39 AM, Martin Hansen <mail@maasha.dk> wrote:
>> What versions of debian/ubuntu/redhat?
>
> Ubuntu 10.04.2 LTS
> uname -a
> Linux bixeonws 2.6.32-31-server #61-Ubuntu SMP Fri Apr 8 19:44:42 UTC
> 2011 x86_64 GNU/Linux
>
> Debian 5.0.8
> uname -a
> Linux maxwell 2.6.31.5 #1 SMP Fri Nov 6 17:07:54 CET 2009 x86_64
> GNU/Linux

x86_64, all of ruby and ssl and ssl-dev are x86_64?

>> Debian package: apt-get install libopenssl-ruby1.9
>
> I tested with the precompiled libopenssl-ruby1.9.1 and the precompiled
> ruby1.9.1 from Ubuntu. Still no Digest::Base.

http://packages.ubuntu.com/lucid/amd64/libopenssl-ruby1.9.1/filelist

On a 32-bit Ubuntu 11.04 (all I have handy right now):

$ ldd /usr/lib/ruby/1.9.1/i686-linux/openssl.so
	linux-gate.so.1 =>  (0x007d1000)
	libruby-1.9.1.so.1.9 => /usr/lib/libruby-1.9.1.so.1.9 (0x00a6b000)
	libssl.so.0.9.8 => /lib/libssl.so.0.9.8 (0x004f1000)
	libcrypto.so.0.9.8 => /lib/libcrypto.so.0.9.8 (0x00e52000)
	libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0x00619000)
	librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0x00110000)
	libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0x00e01000)
	libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0x00367000)
	libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0x00119000)
	libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0x0013f000)
	/lib/ld-linux.so.2 (0x0066b000)
	libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0x005de000)

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 05:59 -0500
  Re: Digest::Base problem Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-12 06:29 -0500
    Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 06:55 -0500
      Re: Digest::Base problem Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-12 07:14 -0500
        Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 07:45 -0500
          Re: Digest::Base problem Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-12 07:53 -0500
            Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 08:02 -0500
              Re: Digest::Base problem Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-12 08:25 -0500
                Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 08:36 -0500
                Re: Digest::Base problem Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-12 08:43 -0500
                Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 08:57 -0500
  Re: Digest::Base problem brabuhr@gmail.com - 2011-05-12 08:07 -0500
    Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 08:22 -0500
      Re: Digest::Base problem brabuhr@gmail.com - 2011-05-12 09:15 -0500
        Re: Digest::Base problem brabuhr@gmail.com - 2011-05-12 09:26 -0500
          Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 09:39 -0500
            Re: Digest::Base problem Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-12 09:52 -0500
              Re: Digest::Base problem Linda Metcalfe <lmetcalfe@connextions.com> - 2011-05-12 10:06 -0500
                Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-12 10:19 -0500
            Re: Digest::Base problem brabuhr@gmail.com - 2011-05-12 10:58 -0500
  Re: Digest::Base problem Brian Candler <b.candler@pobox.com> - 2011-05-13 03:17 -0500
    Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-13 06:23 -0500
      Re: Digest::Base problem Martin Hansen <mail@maasha.dk> - 2011-05-13 06:52 -0500

csiph-web