On Wed, Sep 16, 2009 at 6:30 PM, catel1 <[email protected]> wrote: > > Sorry, what did you mean by this? > ** > Does it work if you try "sudo gem install ruby-oci -- --with-instant- > client" ? > ** > > sudo gem install ruby-oci -- --with-instant-client > (Is the syntax correct? I get error when I paste it as it is) > Also, I think when I do "sudo", the path information is not passed.
Can you become root using `sudo su -` ? Failing that you can augment your PATH by doing: export PATH="/path/to/new/stuff:$PATH" -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

