Error install Directadmin on CentOS 6.5 x64

atroncosom

Verified User
Joined
Aug 13, 2014
Messages
6
centos hi, I installed 6.5 x64 minimal, I updated the OS, installed perl, openssl, gcc, download setup.sh from DirectAdmin, I run and I get an error within minutes of being downloaded or installed ...

What can be ?, How do I fix this?

la foto.JPG
 
centos hi, I installed 6.5 x64 minimal, I updated the OS, installed perl, openssl, gcc, download setup.sh from DirectAdmin, I run and I get an error within minutes of being downloaded or installed ...

What can be ?, How do I fix this?

View attachment 1892

Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
Trying to make libpng
make: *** No targets specified and no makefile found.  Stop.
Stopping crond:                                            [  OK  ]
Starting crond:                                            [  OK  ]
*******************************************
*******************************************

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

*******************************************
*******************************************
[root@data ~]# 
[root@data ~]#
 
This is not enough information, more than likely the error is way off the screen, that is what needs to be captured and then we can figure out what went wrong.
 
From your post I see, that you are advised to run ./build all d once more time, so please do that the following way:

Code:
cd /usr/local/directadmin/custombuild
./build all d | tee -a ./build_all.log

so you could have full log (build_all.log) of it.
 
From your post:
Code:
[COLOR=#333333]checking whether build environment is sane... configure: error: newly created file is older than distributed files!
[/COLOR][B][COLOR=#333333]Check your system clock[/COLOR][/B]
so check your system time.

http://help.directadmin.com/item.php?id=52

The setup.sh does try an set the time with ntpdate else rdate, but if both of those are missing, then it won't set (or perhaps the time server it uses is down)
Either way, check the date.

John
 
Back
Top