Apache don't want to work: ./configure: No such file or directory

gerttimmerman

New member
Joined
Sep 28, 2011
Messages
4
I have updated to custombuild 2.0 and since then apache doesn't want to start.

When I do: ./build update_versions I get:

Configuring httpd-2.4.12
./build: line 12972: autoreconf: command not found
/usr/local/directadmin/custombuild/configure/ap2/configure.apache: line 3: ./configure: No such file or directory

When i visit a website i get: Apache is functioning normally

When i want to start of restart apache he falls over /usr/lib/apache/mod_mpm_prefork.so en when remove this from /etc/httpd/conf/extra/httpd-phpmodules.conf then i get the error "VirtualHost xxx.xxx.xxx.xxx:80 overlaps with VirtualHost xxx.xxx.xxx.xxx:80, the first has precedence, perhaps you need a NameVirtualHost directive"
 
Ok, I have runned the pre-install command and build apache, now i get this error:

"Starting httpd: httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/mod_ruid2.so into server: /usr/lib/apache/mod_ruid2.so: undefined symbol: unixd_config"

What to do?
 
ok, fixed that with ./build mod_ruid2, but now the next error: Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: undefined symbol: ap_log_rerror
 
Back
Top