SOS..Anybody help me?

jangsanchoi

New member
Joined
Feb 24, 2011
Messages
2
Detail:

checking for MING support... no
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
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/suphp/configure.php5 file

PS: I tried

cd /usr/local/directadmin/custombuild
./build all
./build update
./build clean
./build apache d
./build php d

The system is Ubuntu 10.04 LAMP 32 bit...So..How to fix it..

Thank you..
 
The system is Ubuntu 10.04 LAMP 32 bit

DirectAdmin needs clean installation of OS without LAMP

http://www.directadmin.com/install.html

***Please do not install services such as Apache, PHP, MySQL, Ftp, Sendmail, etc., as we will do this for you. All we need is a CLEAN install of your operating system.***
We do not recommend installing DirectAdmin on an existing live production server.
DirectAdmin does not convert existing data upon install.
 
I dont think is related to LAMP, i had same problem on debian box and DA staff solved for me installing everything by themself.

Looking on this forum for that error (the search function work well ;) ) i found this solution:

Code:
sudo apt-get install libmysqlclient-dev
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build mysql d

That should install the mysql-client library that is missing and then reinstall mysql.

Regards
 
If this is a system where da was already installed use the step i gave previous post.

If is a fresh install that failed, so would be better if you try install from setup.sh

Regards
 
Back
Top