apache installation failed (new install)

chrisly

Verified User
Joined
Apr 26, 2005
Messages
24
Hello,

Installation of directadmin/apache failed on new Centos 4.4 OS.

After install of CentOS I have run `yum update`. Updated to 4.5.
Then run DirectAdmin setup and it failed on the installation of apache.

# cd /usr/local/directadmin/customapache/
# ./build clean
# ./build apache_mod_ssl
The output: http://82.192.72.200/output.txt

What's the problem of this?

Regards Chrisly,
 
If you're sure your attempting to install the version of DirectAdmin for Centos4, then you should probably check with DirectAdmin support.

Jeff
 
I'm sure.

Also I have reinstall CentOS and this time I have got the same error too!


PS: I forgot to say: it is 64bit
 
Hello,

Try updating your openssl libraries:
Code:
yum -y update openssl openssl-devel
then try the compile again.

John
 
Hello,

Try updating your openssl libraries:
Code:
yum -y update openssl openssl-devel
then try the compile again.

John

I try it but compile apache failed again.

Code:
yum -y update
This failed now too. With error: `packages conflicts with` and `krb5-devel`
Code:
yum remove krb5-devel
yes, remove openssl-devel too.
Code:
yum -y update
okay
Code:
yum install openssl-devel
yes, install krb5-devel too

And: I can compile apache with no errors.

Many thanks.
Chrisly
 
Back
Top