fedup -> httpd error

Steven Stern subscribed-lists at sterndata.com
Thu Jan 17 16:51:27 UTC 2013


Follow fedup, httpd no longer starts

# httpd -S
httpd: Syntax error on line 153 of /etc/httpd/conf/httpd.conf: Cannot
load modules/mod_authn_alias.so into server:
/etc/httpd/modules/mod_authn_alias.so: cannot open shared object file:
No such file or directory

# httpd -S
httpd: Syntax error on line 156 of /etc/httpd/conf/httpd.conf: Cannot
load modules/mod_authn_default.so into server:
/etc/httpd/modules/mod_authn_default.so: cannot open shared object file:
No such file or directory

# httpd -S
httpd: Syntax error on line 162 of /etc/httpd/conf/httpd.conf: Cannot
load modules/mod_authz_default.so into server:
/etc/httpd/modules/mod_authz_default.so: cannot open shared object file:
No such file or directory

# httpd -S
httpd: Syntax error on line 163 of /etc/httpd/conf/httpd.conf: Cannot
load modules/mod_ldap.so into server: /etc/httpd/modules/mod_ldap.so:
cannot open shared object file: No such file or directory

# httpd -S
httpd: Syntax error on line 199 of /etc/httpd/conf/httpd.conf: Cannot
load modules/mod_disk_cache.so into server:
/etc/httpd/modules/mod_disk_cache.so: cannot open shared object file: No
such file or directory


sudo yum whatprovides  comes up empty for the auth* and mod_disc_cache
modules.

yum install mod_ldap

Solution is to build a new httpd.conf from httpd.conf.rpmnew.  Yuck.

-- 
-- Steve


More information about the users mailing list