On 1/21/07, Manoel Lemos <[EMAIL PROTECTED]> wrote:
> Then I tried to run and I'm always getting a require no such file to
> load error, see:
>
> [92140-AA:~/web/labs/blogblogs/trunk] pocscom$ irb irb(main):001:0>
> require 'ferret' LoadError?: no such file to load -- ferret
>
>     from (irb):1:in `require' from (irb):1
>
> irb(main):002:0> require 'rferret' LoadError?: no such file to load --
> rferret
>
>     from (irb):2:in `require' from (irb):2
>
> irb(main):003:0>
>
>    Any suggestions?

try:

require "rubygems"
require_gem "ferret"
require "ferret"

-- 
Linux Just Simply Rocks!
[EMAIL PROTECTED] | [EMAIL PROTECTED]
http://deathwing.penarmac.com/
GPG: 0xD6655C18
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to