On 10/18/06, Peter Royle <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm on Mac OS X, PPC64. Just ran the smoke_alarm script but before it
> would run I had to install Ruby 1.8.4 (for Net:HTTP.post_form). So I now
> have /usr/bin/ruby (1.8.2) and /usr/local/bin/ruby (1.8.4)
>
> I started the script using /usr/local/bin/ruby (1.8.4) but it failed
> with this during ruby tests:
>
> Loading once
> Loaded suite
> /usr/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader
> Started
> ................................................................rake
> aborted!
> Command failed with status (): [/usr/bin/ruby -Ilib:test/unit
> "/usr/lib/ru...]
>
> Looks like it's still trying to use /usr/bin/ruby (1.8.2). Is that going
> to be the problem?
>
> Pete.

Hi Pete,
I'm not aware of anyone running Ferret with Ruby 1.8.2 so I can't say
if it will be a problem or not. By the looks of it, it is. Could you
post the full error message?

By the way, the reason that it reverts to /usr/lib/ruby is that the
script makes a system call to rake which automatically uses the old
version of ruby, probably because it appears first in the execution
path.

Cheers,
Dave
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to