problem in install DA on New SERVER CENTOS 6.2 64bit

xoox

Verified User
Joined
Oct 24, 2008
Messages
52
hii

when I run the script file after the 10 minute

I get this errors
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 doo what do you say and after more the 10 minutes I get this errors

configure: error: wrong mysql library version or lib not found. Check config.log for more information.



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

plzzz help
 
The main idea ive got on this is that you had already mysql installed or, something that made conflict, have you read the guideline for installation?

Regards
 
Sure, I did everything as listed more than 10 times and it does not work
 
There is something wrong for sure, i use to install directadmin once a day at least, on CentOS 5.7 64Bit.

Latest test for CentOS 6 was made for check with da staff the compatibility.

Try email DA Support Staff.

Regards
 
I sent them but did not meet me there
I lost a lot of time
All my sites are not working now
All customers nervous
 
Well, if you want i can take a look on your box (prefer a clean installation for make better work).

Let me know and send me pm with login data if you want my help.

Regards
 
Just did a reinstall from a system, CentOS 6.2 64 bit. Got a similar problem.

checking for mysql_set_server_option in -lmysqlclient... no
configure: error: wrong mysql library version or lib not found. Check config.log for more information.

*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file
 
We have exactly the same problem with the same errors. Please help DirectAdmin!
 
photo 1
http://help.directadmin.com/item.php?id=354

http://i.imgur.com/xMXQr.jpg

direct admin install mysql?
http://i.imgur.com/WOQJ2.jpg

finish install directadmin
http://i.imgur.com/C8hSD.jpg


After command
cd /usr/local/directadmin/custombuild
./build all d
Data runs 20 min And then displays it
http://i.imgur.com/oapih.jpg


There is a very serious problem with this system, it does not install and gives me errors
I installed everything again step by step, a clean installation for more than 14 times
More than 24 hours I've been burned on it without serious support

i can not grab the support here
Why do I need to be treated that way after paying for a license?

For every minute of my sites do not work I'm losing money!
 
Last edited:
Same issue here, in CentOS 6.2 new installation. PHP compile fails when checking for mysql client.

Code:
checking for MySQLi support... yes
checking whether to enable embedded MySQLi support... no
checking for mysql_set_server_option in -lmysqlclient... no
configure: error: wrong mysql library version or lib not found. Check config.log for more information.

The config.log has the following:

Code:
configure:61041: checking for MySQLi support
configure:61088: checking whether to enable embedded MySQLi support
configure:61239: checking for mysql_set_server_option in -lmysqlclient
configure:61258: gcc -o conftest -I/usr/local/include -g -O2  -Wl,-rpath,/usr/lib64 -L/usr/lib64 -L/usr/local/lib  -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/lib6464 -L/usr/lib6464 -lmysqlclient -lm $
/usr/local/lib/libxml2.so: undefined reference to `gzopen64@ZLIB_1.2.3.3'
/usr/local/lib/libxml2.so: undefined reference to `gzdirect@ZLIB_1.2.2.3'
collect2: ld returned 1 exit status
configure: failed program was:
#line 61247 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mysql_set_server_option();

int main() {
mysql_set_server_option()
; return 0; }

The weird thing is that a week ago in same hardware and same CentOS version the installation went smoothly.
 
I'm having exact the same problem. I'm not doing anything fancy, just trying to install DA using setup.sh on a stock CentOS 6.2 x86_64 server. I lost count on how many times DA's setup is not working....

checking for working const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for 8-bit clean memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... yes
checking for libmcrypt version... >= 2.5.6
checking for mcrypt_module_open in -lmcrypt... yes
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_close in -lmysqlclient... yes
checking for MySQL UNIX socket location... no
checking for MySQLi support... yes
checking whether to enable embedded MySQLi support... no
checking for mysql_set_server_option in -lmysqlclient... no
configure: error: wrong mysql library version or lib not found. Check config.log for more information.
 
Hello,

Due to the number of issues the new libxml2 version is causing, we've reverted it back to 2.7.6 from 2.7.8.
zLib is also back to 1.2.3 from 1.2.6.
files1.directadmin has it now, and the other mirrors should get this updated versions.txt within 24 hours.

For anyone stuck with their install see post #12 from this thread:
http://www.directadmin.com/forum/showthread.php?t=43000&p=218246#post218246

John
 
Maybe you should test software first, before releasing it. You're causing people a lot of headaches.
 
I did, every build system we have. It seems not all systems are built the same. Our CentOS 6, 64-bit box worked fine without any problems.
 
Apparently the testing is not good enough. You don't want to know the issues I've had because script/builds are just not working. The same applies to DirectAdmin itself. I think you should reconsider your development cycle.

After downgrading libxml en zlib Bind won't start any more:

Starting named: /usr/sbin/named: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/sbin/named)
/usr/sbin/named: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/sbin/named)
/usr/sbin/named: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/sbin/named)
/usr/sbin/named: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib64/libisc.so.62)

What to do now?
 
Back
Top