problem on installing DirectAdmin

Arashdn

Verified User
Joined
Jun 13, 2009
Messages
15
Hi
I get this eror
------------------------------------------------------------------
Installation didn't pass, halting install.
*******************************************
*******************************************

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

*******************************************
*******************************************
and when i do it :

-bash-3.00# cd /usr/local/directadmin/custombuild
-bash: cd: /usr/local/directadmin/custombuild: No such file or directory

My system is CentOS 5 i386 on a Xen VPS
 
It's because of the OpenSSL package.
Try to
Code:
yum update
Code:
yum install openssl-devel
Reboot the Server and reinstall.

Try this, and let me know.
 
Last edited:
Back
Top