Found http://rubyforge.org:80/frs/download.php/74128/redmine-1.1.1.tar.gz in cache ..
Installing Ruby Gem test-spec .. .. done Installing Ruby Gem camping .. .. done
Installing Ruby Gem fcgi ..
.. Gem install failed : INFO: gem install -y
is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list Building native extensions. This could take a while... ERROR: Error installing fcgi: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql can't find header files for ruby. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.8 for inspection. Results logged to /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.8/ext/fcgi/gem_make.out
Return to list of scripts
Comments
Submitted by JamieCameron on Tue, 03/13/2012 - 21:22 Comment #1
This can happen if your system is missing the
fcgi
development package.You should be able to install them with the following commands (on an x86 system) :
wget "ftp://ftp.pbone.net/mirror/download.fedora.redhat.com/pub/fedora/epel/6/x86_64/fcgi-devel-2.4.0-10.el6.x86_64.rpm"
wget "ftp://ftp.pbone.net/mirror/download.fedora.redhat.com/pub/fedora/epel/6/x86_64/fcgi-2.4.0-10.el6.x86_64.rpm"
rpm -U fcgi-*