Hello Guys,

It seems to need export path of ruby, rubygems Library.
This is just Example How to export Path:
---------------------------------------------------------------------
export GEM_HOME=/usr/local/rubygems/gems
export GEM_PATH=/usr/local/rubygems/gems
export RUBYLIB=/usr/local/rubygems/lib
export PATH=/usr/local/rubygems/gems/bin:/usr/local/rubygems/bin:$PATH
---------------------------------------------------------------------
Because I don't know your server environment. may be its /usr/local/
lib/ruby/ So please confirm and export that should work.
Let me know if i can help you.

Thanks-
Shrii

On Feb 2, 12:09 pm, Raimon Fs <[email protected]>
wrote:
> Frederick Cheung wrote:
> > Apparently rubygems and ruby packages installed via apt-get
> > occasionally do weird, often slightly broken, things (like the
> > inability to do rails --version)
>
> > Fred
>
> so, it's better to install from source code and compile it the gem ruby
> instead of with aptitude ?
>
> in my previous Debian Etch I had installed all from source code but got
> stucked on nginx and all their dependencies, so I've installed Lenny and
> all with aptitude ...
>
> thanks,
>
> r.
> --
> Posted viahttp://www.ruby-forum.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to