./build rewrite confs give errors

soulshepard

Verified User
Joined
Feb 7, 2008
Messages
134
:/usr/local/directadmin/custombuild# ./build rewrite_confs
Using x.x.x.x.x for your server IP
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Restarting apache.
Stopping httpd:
Remaining processes: 10799 10801 10803 10805
Stopping httpd:
Starting httpd: httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf: Syntax error on line 3 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/mod_htscanner2.so into server: /usr/lib/apache/mod_htscanner2.so: cannot open shared object file: No such file or directory

again default install mucho problems ;/
 
from the FAQ: http://forum.directadmin.com/showthread.php?t=44743

•htscanner - install/update htscanner using "./build php" or "./build all". Possible values: yes/no (default: yes). Not installed if PHP mode is set to mod_php (even if htscanner=yes is set in the options.conf file).

but still it will complain about mod_htscabber2.so even with mod_cli
 
The thread is now moved to "CustomBuild 2.0" sub-forum, so it could be easily found and fixes applied if they are required.
 
Please try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build mod_htscanner2
 
Back
Top