Hi
Im attempting to install mongrel using gem, i have:
gem 1.0.1
ruby 1.8.6
when i run sudo gem install mongrel
i get the following message:
Building native extensions. This could take a while…
ERROR: Error installing mongrel:
ERROR: Failed to build gem native extension.
Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1 for inspection.
Results logged to
/usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1/ext/fastthread/gem_make.out
I have checked google but not found anything to solve my problem,
could anyone help me?
Im using linux (foresight 2)
Thanks
Eoghan
Looks like you don’t have `make’ on your system (or in your $PATH).
If that’s the case, install it (dunno anything about foresight Linux,
so can’t help with that) and try again.
Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1 for inspection.
Results logged to
/usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1/ext/fastthread/gem_make.out
Taking a peep in here might tell you more about what went wrong.
I have checked google but not found anything to solve my problem,
could anyone help me?
Im using linux (foresight 2)
Looks like you don’t have `make’ on your system (or in your $PATH).
If that’s the case, install it (dunno anything about foresight Linux,
so can’t help with that) and try again.
DOH! Thanks Dan, problem solved.
Eoghan
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.