Hello all,
I am moving to a new machine and I am trying to install DA onto a fresh install of CentOS 6.2 64 bit. I have not installed any applications other than what comes in the "base" install, nor have I messed with any configurations, except for doing a simple NIC bonding.
When I run the setup.sh, It runs for a while and eventually errors out with the following:
I had selected the custombuild option during the initial prompts from the installer script.
I have tried the suggested fixes by performing the linking and then running ./build all d (as suggested in the last stanza of the error above), but it eventually errors out with the following:
I am not sure what to do next, or what to even try next.
I am moving to a new machine and I am trying to install DA onto a fresh install of CentOS 6.2 64 bit. I have not installed any applications other than what comes in the "base" install, nor have I messed with any configurations, except for doing a simple NIC bonding.
When I run the setup.sh, It runs for a while and eventually errors out with the following:
Code:
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!
*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 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
*******************************************
*******************************************
I had selected the custombuild option during the initial prompts from the installer script.
I have tried the suggested fixes by performing the linking and then running ./build all d (as suggested in the last stanza of the error above), but it eventually errors out with the following:
Code:
*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file
I am not sure what to do next, or what to even try next.