no such file to load -- stringio (LoadError) ???

R

Rich Morin

I recently installed Ruby 1.8.4 on Mac OS X 10.4.7, following
the instructions in

http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger

Although irb starts up and runs OK, I am unable to get ri to work
(either within irb or as an external command).

It says:
/Users/rdm/.irbrc:2: warning:
Insecure world writable dir /Volumes,
mode 04177/usr/local/lib/ruby/1.8/yaml.rb:9:in `require':
no such file to load -- stringio (LoadError)
from /usr/local/lib/ruby/1.8/yaml.rb:9
from /usr/local/lib/ruby/1.8/rdoc/ri/ri_descriptions.rb:1
from /usr/local/lib/ruby/1.8/rdoc/ri/ri_reader.rb:1
from /usr/local/lib/ruby/1.8/rdoc/ri/ri_driver.rb:5
from /usr/local/bin/ri:43
=> false


Ignoring the /Volumes nastygram (Hey, it's a mount point!), it
appears that a require is failing. Hmmm...
=> ["/usr/local/lib/ruby/site_ruby/1.8",
"/usr/local/lib/ruby/site_ruby/1.8/powerpc-darwin8.7.0",
"/usr/local/lib/ruby/site_ruby",
"/usr/local/lib/ruby/1.8",
"/usr/local/lib/ruby/1.8/powerpc-darwin8.7.0",
"."]

Looks pretty good; let's see if the file is there and readable:

% cd /usr/local/lib/ruby

% du -a . | grep stringio.rb
8 ./1.8/yaml/stringio.rb
16 ./gems/1.8/gems/actionmailer-1.1.5/lib/action_mailer/
vendor/tmail/stringio.rb

% wc ./1.8/yaml/stringio.rb
83 175 1969 ./1.8/yaml/stringio.rb

At this point, I'm tapped out. Suggestions, anyone?

-r
--
http://www.cfcl.com/rdm Rich Morin
http://www.cfcl.com/rdm/resume (e-mail address removed)
http://www.cfcl.com/rdm/weblog +1 650-873-7841

Technical editing and writing, programming, and web development
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,054
Latest member
LucyCarper

Latest Threads

Top