i can not build php in directadmin

shahab

Verified User
Joined
Aug 4, 2014
Messages
72
Hello

When i run "./build php n" displaye this error :

Check your system clock
Done. Making libxml2-2.9.2...
Trying to make libxml2...
make: *** No targets specified and no makefile found. Stop.

I install directadmin and centos (6.6 64bit) 2 time but problem did not solve :(
Please help me :(


52ure.JPG
 
Please check the time on the system, it must be incorrect:
Code:
hwclock
date
 
[root@domas ~]# hwclock
Tue 19 Aug 2014 11:16:15 PM EDT -0.672761 seconds
[root@domas ~]# date
Tue Aug 19 23:16:22 EDT 2014
[root@domas ~]#


for install directadmin time should be correct
 
Time on your server is almost 1 year behind :) Please fix the time on the server and the problems should disappear.
 
php did not install :(

When i rn php --ini display this error :(

[root@domas custombuild]# php --ini
-bash: php: command not found
[root@domas custombuild]#
 
Last edited:
Back
Top