hello
today when i started to install a fresh directadmin i get following errors
the OS is : Centos 6.5 x86_64 and i chosen nginx as webserver in time of instalation
i tried muliple time the multiple command like
./build clean
./build update
./build alld
./build htscanner.....
and no success
i tried to change webserver to apache and when i tried
cd /usr/local/scripts
./install sh
Evey things work fine and i get my finish line directadmin installation information
after that i changed webserver to nginx and
./build all d
and everything finihes well too
---------------------------------
i told this because i think this could be a bug for some reason
and my main question is what is nginx_apache in option.conf as a option that we have for webserver ?
is this nginx as apache proxy !?
is this fully tested and functional !?
today when i started to install a fresh directadmin i get following errors
Code:
TTP request sent, awaiting response... 200 OK
Length: 485 [text/plain]
Saving to: `/etc/logrotate.d/php-fpm'
100%[======================================>] 485 --.-K/s in 0s
2014-02-27 16:35:08 (157 MB/s) - `/etc/logrotate.d/php-fpm' saved [485/485]
File already exists: htscanner-1.0.1.tgz
MD5 Checksum on htscanner-1.0.1.tgz passed.
Found /usr/local/directadmin/custombuild/htscanner-1.0.1.tgz
Extracting /usr/local/directadmin/custombuild/htscanner-1.0.1.tgz...
Installing mod_htscanner2-1.0.1...
cannot find /usr/sbin/apxs, trying a different path
./build: line 5243: /usr/bin/apxs: No such file or directory
*** There was an error while trying to install mod_htscanner2-1.0.1.
*******************************************
*******************************************
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
cd
*******************************************
*******************************************
i tried muliple time the multiple command like
./build clean
./build update
./build alld
./build htscanner.....
and no success
i tried to change webserver to apache and when i tried
cd /usr/local/scripts
./install sh
Evey things work fine and i get my finish line directadmin installation information
after that i changed webserver to nginx and
./build all d
and everything finihes well too
---------------------------------
i told this because i think this could be a bug for some reason
and my main question is what is nginx_apache in option.conf as a option that we have for webserver ?
is this nginx as apache proxy !?
is this fully tested and functional !?