On Sat, Jul 12, 2003 at 09:24:30PM +0200, Christophe BAEGERT wrote: > I've installed sqwebmail, it runs very well, but I don't succeed in running it > with FastCGI : > > Sqwebmail 3.5.3, FastCGI 2.4.0, Apache 1.3.17 > > I see that in my log : > > [Sat Jul 12 21:14:09 2003] [warn] FastCGI: (dynamic) server > "/home/sqwebmail/cgi-bin/sqwebmail.eur" restarted (pid 30282) > Cache-Control: no-store > Pragma: no-cache > Content-Type: text/html; charset="us-ascii" > > <H1>Internal error (module sqwebmail.c, line 2380) - contact system > administrator</H1>
In your source directory, look in sqwebmail/config.h. Does it contain #define HAVE_LIBFCGI 1 If not, then either you omitted --with-fcgi from the ./configure command line, or configure was unable to find libfcgi or the fcgi header files when you were compiling it. Try re-running ./configure but piping the output to a file, and look for where it tests for the existence of fcgi. Brian.
