Apache start error

kenashkov

New member
Joined
May 31, 2010
Messages
2
Hello,

I was trying to recompile apache 2.2 and php 5.3. All went fine but when I try to start apache I get:
service httpd start said:
Starting httpd: Syntax error on line 19 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libperl.so into server: /usr/lib/apache/libperl.so: undefined symbol: ap_table_merge
And when I disabled mod_perl (which I don't actually need):
service httpd start said:
Starting httpd: Syntax error on line 20 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/mod_access.so into server: /usr/lib/apache/mod_access.so: undefined symbol: ap_table_get
The same with apache 2.2 and 2.0.
Any help would be appreciated.

Vesko Kenashkov

P.S. some additional info:
OS: CentOS 5.4 86_x64
options file:
options.conf said:
#PHP settings. default_php possible values - 4 or 5, php5_ver - 5.2 or 5.3
default_php=5
php5_ver=5.3
php4_cli=no
php4_cgi=no
php5_cli=yes
php5_cgi=no
zend=no

#Possible values - 5.0, 5.1
mysql=5.1
mysql_inst=yes
mysql_backup=yes

#Possible values - 1.3, 2.0 or 2.2
apache_ver=2.0

#Web applications
phpmyadmin=yes
atmail=no
squirrelmail=yes
roundcube=yes
uebimiau=no

#Mail options
exim=yes
mail-header-patch=yes
dovecot=no

#Statistics
awstats=yes
webalizer=yes

#FTP options
proftpd=yes

#Jailed shell (beta)
jail=no

#CustomBuild options
custombuild=1.1
autover=no
bold=yes
clean=yes
clean_old_tarballs=no
clean_old_webapps=yes

#Cron settings
cron=no
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes

#CustomBuild 1.2 settings
php6_cli=no
php6_cgi=no
php_ini=no
#Possible values - recommended or dist
php_ini_type=recommended
cleanapache=no
fileserver=1
eximconf=no
 
Last edited:
After yet another start from scratch the problem was fixed. Unfortunately I couldn't find the exact reason...
 
Back
Top