Big problem with apache 2.0.59

Mangas23

Verified User
Joined
Aug 31, 2006
Messages
104
Hello,
I have install apache 2.0.59 and now i can start httpd.
It give me this error:

:Syntax error on line 24 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_vhost_alias.so into server: /etc/httpd/modules/mod_vhost_alias.so: undefined symbol: ap_table_setn

Someone can help me to resolve this ??
on Centos 4.2
php 4.4.4
MySQL 4.1.21
phpMyAdmin 2.8.2.4

i follow this tuto for install apache : http://www.directadmin.com/forum/showthread.php?s=&threadid=13173&perpage=20&pagenumber=1
and remake it after upgrade mysql
 
Last edited:
You should comment out this line on lin 24

ModLoad or AddModule /etc/httpd/modules/mod_vhost_alias.so: undefined symbol: ap_table_setn


Correct me if i was wrong
 
Back
Top