Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!feeds.phibee-telecom.net!talisker.lacave.net!lacave.net!not-for-mail From: Martin Hansen Newsgroups: comp.lang.ruby Subject: Digest::Base problem Date: Thu, 12 May 2011 05:59:42 -0500 Organization: Service de news de lacave.net Lines: 25 Message-ID: NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1305198548 44722 65.111.164.187 (12 May 2011 11:09:08 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Thu, 12 May 2011 11:09:08 +0000 (UTC) X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 383048 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:4338 I have the following problem: maasha@mel:~$ irb irb(main):001:0> require 'digest' => true irb(main):002:0> Digest::Base NameError: uninitialized constant Digest::Base from (irb):2 from /usr/bin/irb:12:in `
' Apparently, there is something wrong my Ruby compilation. I have compiled Ruby 1.9.1 and 1.9.2 on Mac, Ubuntu, and Redhat. Same result. I suspect a missing dependency that don't raise the alarm. Suggestions? Martin -- Posted via http://www.ruby-forum.com/.