Ruby library not found (no such file to load)
Posted
by Jeremy Gillick
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Gillick
Published on 2010-05-11T17:29:17Z
Indexed on
2010/05/11
17:34 UTC
Read the original article
Hit count: 202
ruby
I manually placed a library in the library directory (/usr/local/lib/ruby/site_ruby/1.8) and when I try to require it, it says "no such file to load".
I used "$:.first" to get the library path, so why wont it work? Is there any good way to debug this?
Thanks
© Stack Overflow or respective owner