From: Bejvas Jod on
Output:

>> require 'base64'
LoadError: no such file to load -- base64
from (irb):1:in `require'
from (irb):1
from /usr/bin/irb1.9:12:in `<main>'
>> RUBY_DESCRIPTION
=> "ruby 1.9.0 (2008-06-20 revision 17482) [i486-linux]"

I have installed ruby1.9 from debian lenny repositories, it's bad? Argh
:(
Ok, i try downgrade to 1.8, but I thought that the new version will be
stable :(
Is any other solution other than compile new ruby?

Thanks
--
Posted via http://www.ruby-forum.com/.

From: Brian Candler on
Bejvas Jod wrote:
> Is any other solution other than compile new ruby?

Install base64.rb yourself? (Into either your ruby lib dir or your app's
lib dir)

http://svn.ruby-lang.org/repos/ruby/trunk/lib/base64.rb
--
Posted via http://www.ruby-forum.com/.

From: Bejvas Jod on
Brian Candler wrote:
> Bejvas Jod wrote:
>> Is any other solution other than compile new ruby?
>
> Install base64.rb yourself? (Into either your ruby lib dir or your app's
> lib dir)
>
> http://svn.ruby-lang.org/repos/ruby/trunk/lib/base64.rb

Nice, it works, many thanks :)
--
Posted via http://www.ruby-forum.com/.

 | 
Pages: 1
Prev: Ruby Assocations
Next: RUBY EVAL FUNCTION