mohammad.983
Verified User
- Joined
- Jun 26, 2015
- Messages
- 34
I tried to config Direct admin on centos-6.6-x86_64 for vps
but I recived this error
but I recived this error
HTML:
Cannot find /usr/local/bin/phpPlease 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