HTTPD 2.4.10 failure

marceldekkers

New member
Joined
Feb 13, 2014
Messages
4
We have a problem with a Centos 6 system,
WIth directadmin

We will rebuild apache, but we have the fellow error,

make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.4.10/support'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.4.10'
make: *** [all-recursive] Error 1

We installed it on the root user,

What have we done to solve the problem?
Upgrade / downgrade php
Upgrade / downgrade apache

Centos geupdate with, yum check-update , yum update

System specifications
Directadmin 2.0
PHP 5.5.15
MySQL 5.5.38
Exim 4.83
Directadmin 1.45.4

System, virutal server,
CentOS 6.5 Final

Marcel Dekkers
 
May I check the issue on your server? (Free of cost, of course)
 
The main problem was:
Code:
/usr/bin/ld: cannot find -llve
collect2: ld returned 1 exit status
make[2]: *** [suexec] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.4.10/support'
make[1]: *** [suexec] Error 2

Meaning cloudlinux=yes is set in the options.conf file, but not installed. The fix was:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set cloudlinux no
./build apache

Now apache/PHP installations should have no problems in the future, box is now running Apache 2.4.10.
 
Back
Top