Submitted by Locutus on Tue, 06/07/2011 - 13:46
Error message during install:
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/ruby1.8 extconf.rb extconf.rb:1:in `require': no such file to load -- mkmf (LoadError) from extconf.rb:1 Gem files will remain installed in /var/lib/gems/1.8/gems/fcgi-0.8.8 for inspection. Results logged to /var/lib/gems/1.8/gems/fcgi-0.8.8/ext/fcgi/gem_make.out
Status:
Active
Comments
Submitted by andreychek on Tue, 06/07/2011 - 14:29 Comment #1
Howdy -- if you install the ruby-dev package, does the installation work?
If so, we may need to add ruby-dev as a dependency for that Install Script.
Submitted by JamieCameron on Tue, 06/07/2011 - 15:22 Comment #2
You may also need to install the
libfcgi-dev
package, as it is needed for thefcgi
gem to compile.Submitted by Locutus on Tue, 06/07/2011 - 17:02 Comment #3
Installing both of the suggested packages fixed the first problem.
Now it bails out at this step:
I installed
sqlite3
, no change.(Note that I'm not actually intending to use Typo, I just tried out some script installers and thought you might be interested in such fails.)
Submitted by andreychek on Tue, 06/07/2011 - 17:08 Comment #4
Try installing the "libsqlite3-dev" package, that provides the missing "sqlite3.h" file.
Submitted by Locutus on Tue, 06/07/2011 - 17:29 Comment #5
Next problem fixed, next problem occuring. ;)
Submitted by JamieCameron on Wed, 06/08/2011 - 01:57 Comment #6
Does the
typo
command exist anywhere on your system? You can find it with a command like :find / -name typo -type f