I’ve got this error, while trying to do
gem install rails
Bulk updating Gem source index for: http://gems.rubyforge.org
Building native extensions. This could take a while…
ERROR: While executing gem … (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install rails -y
checking for fcgiapp.h… no
checking for fastcgi/fcgiapp.h… no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
–with-opt-dir
–without-opt-dir
–with-opt-include
–without-opt-include=${opt-dir}/include
–with-opt-lib
–without-opt-lib=${opt-dir}/lib
–with-make-prog
–srcdir=.
–curdir
–ruby=C:/Program Files/ruby/bin/ruby
–with-fcgi-dir
–without-fcgi-dir
–with-fcgi-include
–without-fcgi-include=${fcgi-dir}/include
–with-fcgi-lib
–without-fcgi-lib=${fcgi-dir}/lib
Gem files will remain installed in C:/Program Files/ruby/lib/ruby/gems/
1.8/gems/
fcgi-0.8.7 for inspection.
Results logged to C:/Program Files/ruby/lib/ruby/gems/1.8/gems/
fcgi-0.8.7/ext/fc
gi/gem_make.out
I’ve tried with Ruby1.8.6.25 and Ruby1.8.6.26, with the same
error…??
Can someone help me…??
Thanks in advance!!
Christian
[email protected]