Failed to start service

Hi!

Today I get this message when starting Apache Webserver what have happend?

Failed to start service :

Startar httpd: Syntax error on line 6 of /etc/httpd/conf.d/fcgid.conf:
Cannot load /etc/httpd/modules/mod_fcgid.so into server: /etc/httpd/modules/mod_fcgid.so: undefined symbol: apr_shm_remove

Regards,
Lars R.

I’m guessing that you’re running Apache 2.0.x and attempting to run mod_fcgid 2.1

mod_fcgid 2.1 requires apr_shm_remove which wasn’t introduced until Apache 2.2.x

Either upgrade to apache 2.2.x or grab the CVS version of mod_fcgid.
Kevin

Fixed in the new version of mod_fcgid in the repos for Fedora Core 4–no other platforms should have been effected.

Sorry for the inconvenience.

Thank you!

I hav comment out all line in fcgid.conf:and the webserver start again :wink:

Have a nice day!