apache missing after update centos3

Hakselnorth

Verified User
Joined
Jan 7, 2005
Messages
14
HTTPD not working after update CentOs3 with yum

I have updated Centos, a yum update but apache (httpd) won't start... There was no exeption line:
exclude=httpd* mysql* php* perl* apache* mod_* MySQL* *ftp* exim* sendmail* php* kernel* da_*
in /etc/yum.conf . I know, I know - stupid and it won't happen again!

In the mean time i have tried to revert back to apache1.3 using the page:

http://help.directadmin.com/item.php?id=54

However now I get the following error when I try to start Apache again:

Starting httpd: Syntax error on line 165 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_access.so into server: /etc/httpd/modules/mod_access.so: undefined symbol: apr_strerror
[FAILED]
I would not be surprised that all 41 modules are gone.

Please Help
edit: also tried: http://www.directadmin.com/forum/showthread.php?s=&threadid=104&highlight=yum+apache
 
Last edited:
Solved with the great help of DirectAdmin support. the solution was:

cd /etc/httpd
rm -f modules
ln -s /usr/lib/apache modules

Thanks!
 
Back
Top