No more fcgi
Posted by Graham Stratton Wed, 02 Aug 2006 20:02:17 GMT
After the complexity of trying to get mod_fcgid to install last time, I’m giving up and just using cgi this time.
I tried what I did last time, but
gem install fcgi
failed with
checking for FCGX_Accept() in -lfcgi… no
I found someone who claimed to have a setup working, by compiling fcgi from fastcgi.com for themselves, but when I tried the compiler spewed this one:
multiple definition of `__i686.get_pc_thunk.bx’
I really don’t know why it’s so hard. Surely apache2 on debian must be one of the more common deployment platforms?
