problems installing mod_fastcgi in FC4

don-temp28-y+A5a2/e0j/[email protected] (Don Cohen)
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
My first problem was that, following
http://www.fastcgi.com/mod_fastcgi/INSTALL (I wanted sec. 3)
I did
   apxs -o mod_fastcgi.so -c *.c
and this did not create the mod_fastcgi.so that I needed in the next
step.
Looking at man axps, I was lead to try
   apxs -i -a -c mod_fastcgi.c
and that worked much better.
However, when I tried to start httpd, I got this:
  # service httpd start
   Starting httpd: Syntax error on line 191 of
   /etc/httpd/conf/httpd.conf:
   Cannot load /etc/httpd/modules/mod_fastcgi.so into server:
   /etc/httpd/modules/mod_fastcgi.so: undefined symbol:
   fcgi_config_new_static_server

FWIW, fcgi_config_new_static_server does appear to me to be in
mod_fastcgi.so, for instance it appears in the output of strings.

This is mod_fastcgi-2.4.2, 
# httpd -v
Server version: Apache/2.0.54
Server built:   Jan 17 2006 06:36:00
  

Any suggestions?
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.