Installation (Debian 5.0)

Nobody

New member
Joined
Jul 20, 2009
Messages
1
Hi!

i have that problem:

Code:
configure: error: mysql configure failed. Please check config.log for more infor                                                                             mation.

*** There was an error while trying to configure php. Check the configure/ap2/co                                                                             nfigure.php5 file

## REPORT_START
Welcome to DirectAdmin verion 1.33.7!
You are now about to run the install program. If DirectAdmin is already
installed, it may destroy previous data.

Cannot find hostname in the ./scripts/setup.txt file
## INSTALL_FAILED
## REPORT_END
Permissions set
*******************************************
*******************************************

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 this 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

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

how i fix this ?
 
Did you follow all those instructions after the line:
Code:
If this applies to you, then type:

Jeff
 
Hello,

1) for DA, edit:
/usr/local/directadmin/scripts/setup.txt

and make sure all values are present and valid.
Then type:
Code:
cd /usr/local/directadmin
./directadmin i
./directadmin p

2) regarding php not compiling, it says something related to mysql, but the output is going to be higher up than you've pasted.  Use the "./build all d" command as mentioned in the output to generate it again.

3) make sure you're not running debain 64-bit.  DA isn't setup for that.  Check /usr/lib64 .. if you have more than about 5-10 files in that directory, then it's likely a 64-bit system.  If there are only a few files in it, then it's 32-bit.

John
 
It will not help. We have this problem. We stucked with Debian 5 with no possibility even to change os in the license because they are not replying to e-mails.
 
Hello,

We reply to all emails. If you don't get a reply within 24 hours, try sending from a different email address like gmail, in case your emails are not making it through, or our replies are not making it through. Also you can always use https://www.directadmin.com/clients/safesubmit.php to guarantee arrival to us.. but doesn't guarantee arrival of our replies to your email if there are issue there.

John
 
Back
Top