error during installation process

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
checking for ENGINE_load_builtin_engines... yes
checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable

*** There was an error while trying to configure Apache 2. Check the configure/a p2/configure.apache file

*******************************************
*******************************************

Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d

This appears to be a 64-bit system.
a common cause of http/php compile failures is mentioned here:
http://help.directadmin.com/item.php?id=213

If you're running CentOS (not freebsd or debian) and applies to you, then type:

ln -sf /usr/lib64/libexpat.so /usr/lib/libexpat.so
ln -sf /usr/lib64/libm.so /usr/lib/libm.so
ln -sf /usr/lib64/libssl.so /usr/lib/libssl.so
cd /usr/local/directadmin/custombuild
./build all d

*******************************************
*******************************************
[root@wawahost ~]#

Hi,

may i know what is this error? how to fix it?
 
I usally take these steps but I don't know which package specificly makes the error go away:

Code:
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
rpm -Uvh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
yum -y update
yum -y install gcc gcc-c++ flex bison htop mc iptraf sysstat quota iptables autoconf dbus perl-libwww-perl libcat-devel
 
I usally take these steps but I don't know which package specificly makes the error go away:

Code:
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
rpm -Uvh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
yum -y update
yum -y install gcc gcc-c++ flex bison htop mc iptraf sysstat quota iptables autoconf dbus perl-libwww-perl libcat-devel

I usually do:

yum -y install gcc gcc-c++ zlib-devel automake make openssl openssl-devel

On top of the rpmforge that is
 
Won't forget quota and iptables (it's not included in our VPS kernels), and perl-libwww-perl for CSF / LFD, and on top of that dbus for named errors with missing libraries on CentOS 5.
 
Last edited:
Back
Top