search for: lfcgi

Displaying 6 results from an estimated 6 matches for "lfcgi".

Did you mean: fcgi
2006 Jan 14
6
Error installing Rails/FastCGI/Apache2
...to build gem native extension. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1for inspection. ruby extconf.rb install fcgi -r -- -with-fcgi-lib=/usr/local/fcgi/lib --with-fcgi-include=/usr/local/fcgi/include\nchecking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... no Here''s what mkmf.log has to say: [root@paulbarry fcgi-2.4.0]# cat /usr/lib/ruby/gems/1.8/gems/fcgi- 0.8.6.1/ext/mkmf.log have_header: checking for fcgiapp.h... -------------------- yes "i386-redhat-linux-gcc -E -I. -I/usr/lib/ruby/1.8/i386-linux -I/usr/local/fcgi/include -O0...
2006 Apr 03
6
getting fcgi to work
...; Local gem file not found: fcgi*.gem Attempting remote installation of ''fcgi'' Updating Gem source index for: http://gems.rubyforge.org Building native extensions. This could take a while... ruby extconf.rb install fcgi checking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... yes creating Makefile make gcc -fPIC -g -O2 -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/local/lib/ruby/1.8/i686-linux -I. -DHAVE_FCGIAPP_H -c fcgi.c gcc -shared -L''/usr/local/lib'' -Wl,-R''/usr/local/lib'' -o fcgi.so fcgi.o -lfcgi -ldl -lcrypt -lm -l...
2006 Feb 23
6
lighttpd on mac for local development
...readline @5.0.005_0+darwin_8 (active) ruby @1.8.4_1 (active) So, it looks like everything is in place for installing the fcgi gem. But when I run "sudo gem install fcgi" I get the following error: ruby extconf.rb install fcgi\nchecking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... no I''ve tried a few different things I''ve run across online, including running: sudo gem install fcgi -- --with-fcgi-include=/opt/local/include --with-fcgi-lib=/opt/local/lib But no luck. Same error message each time. I''ve also tried installing from source without u...
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
...ex 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 fcgi checking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... yes creating Makefile make gcc -fPIC -g -O2 -I. -I/usr/local/lib/ruby/1.8/sparc-solaris2.10 -I/ usr/local/lib/ruby/1.8/sparc-solaris2.10 -I. -DHAVE_FCGIAPP_H -c fcgi.c In file included from /usr/local/lib/ruby/1.8/sparc-solaris2.10/ruby.h: 24, from fcgi.c:13: /usr/local/lib/r...
2005 Dec 28
0
Probs installing ruby-fcgi on Linux
...de install.rb: entering config phase... ---> lib <--- lib ---> ext ---> ext/fcgi /usr/bin/ruby /root/install/ruby-fcgi-0.8.6/ext/fcgi/extconf.rb --with-fcgi-lib=/usr/local/fcgi/lib --with-fcgi-include=/usr/local/fcgi/include checking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... no <--- ext/fcgi <--- ext install.rb: config done. So for some reason, the function FCGX_Accept() cannot be found. I get the same error if I try installing via gem. Anyone know what possibly can be wrong? Thanks. Morten
2005 Mar 04
24
Rails speed?
Hi -- (First time posting to the list...) I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems... kinda slow? I''ve even run it with FastCGI and the response time is still painfully slow. Is this just me? Is mod_ruby any better than FastCGI? Or is it rails? Thanks in advance! -- joshua