I just made symlink
ln -s /usr/lib/apache/mod_fastcgi.so /etc/httpd/modules/mod_fastcgi.so

but I got this error when starting the httpd:

Starting httpd: httpd: Syntax error on line 199 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_fastcgi.so into server: /etc/httpd/modules/mod_fastcgi.so: undefined symbol: ap_user_id

line 99 is in httpd :
LoadModule fastcgi_module modules/mod_fastcgi.so
thanks

Centos wrote:
yes, missed it, but it install the module to
/usr/lib/apache/mod_fastcgi.so

do you have link to srpm ? I should change the top_dir to /etc/httpd/

Thanks

Garrick Staples wrote:
On Wed, Oct 24, 2007 at 04:23:58PM -0300, Centos alleged:
Hello

is there any fastcgi rpm available.

I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so
what about srpm ?

http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i386.rpm.html

thanks for help

I just looked at the package and it does contain mod_fastcgi.so.

$ rpm -qlp mod_fastcgi-2.4.0-1.i386.rpm /usr/lib/apache/mod_fastcgi.so
/usr/share/doc/mod_fastcgi-2.4.0
/usr/share/doc/mod_fastcgi-2.4.0/CHANGES
/usr/share/doc/mod_fastcgi-2.4.0/LICENSE.TERMS
/usr/share/doc/mod_fastcgi-2.4.0/mod_fastcgi.html

------------------------------------------------------------------------

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to