Nginx htscanner & rewrite_confs bug

RamonB

New member
Joined
Mar 7, 2014
Messages
1
Hello
I am getting the following errors when I try to install php or ./build all d:

htscanner=yes

Code:
Make complete
Installing htscanner2-1.0.1  PHP extension...
Installing shared extensions:     /usr/local/php53/lib/php/extensions/no-debug-non-zts-.......
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la   modules/* libs/*
[COLOR="#006400"]htscanner2 PHP extension has been installed successfully.[/COLOR]
[COLOR="#006400"]PHP 5.3.28 Installed.[/COLOR]
./build: line 2086: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2087: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2088: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2089: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2090: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2092: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2093: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2094: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2095: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2096: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2097: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2098: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2099: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2100: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2101: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2102: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
./build: line 2118: /etc/httpd/conf/extra/httpd-fastcgi.conf: No such file or directory
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

[COLOR="#FF0000"]*** There was an error while trying to install mod_htscanner2-1.0.1.[/COLOR]

htscanner=no

Code:
Make Complete
Installing php...
Installing PHP SAPI module:       fpm
Installing PHP CLI binary:        /usr/local/php53/bin/
Installing PHP CLI man page:      /usr/local/php53/man/man1/
Installing PHP FPM binary:        /usr/local/php53/sbin/
Installing PHP FPM config:        /usr/local/php53/etc/
Installing PHP FPM man page:      /usr/local/php53/man/man8/
Installing PHP FPM status page:      /usr/local/php53/share/php/fpm/
Installing build environment:     /usr/local/php53/lib/php/build/
Installing header files:          /usr/local/php53/include/php/
Installing helper programs:       /usr/local/php53/bin/
  program: phpize53
  program: php-config53
Installing man pages:             /usr/local/php53/man/man1/
  page: phpize53.1
  page: php-config53.1
Installing PEAR environment:      /usr/local/php53/lib/php/
/usr/local/directadmin/custombuild/php-5.3.28/build/shtool install -c ext/phar/phar.phar /usr/local/php53/bin
ln -s -f /usr/local/php53/bin/phar.phar /usr/local/php53/bin/phar
Installing PDO headers:          /usr/local/php53/include/php/ext/pdo/
Copying php.ini..
/usr/local/php53/lib/php.ini already exists, skipping.
Enabling  mail.add_x_header option in /usr/local/php53/lib/php.ini
Gracefully shutting down php-fpm53: . done
Starting php-fpm53:  done
Creating symlink for /usr/local/php53/bin/php53...
Creating symlink for /usr/local/php53/bin/php-config53...
Creating symlink for /usr/local/php53/bin/phpize53...
[COLOR="#FF0000"]Cannot build htscanner, because you do not have it set in options.conf file.[/COLOR]

and ./build rewrite_confs :

Code:
cp: cannot create regular file `/usr/local/php/etc/php-fpm.conf': No such file or directory

We are using php-fpm 5.3. Missing the version number when it tries to cp.

The server running nginx till the first build. Can someone from fix this so we can build the server again. Both options prevent the installation from going through. Everything was working fine when we did our last update.

Thanks
 
Thank you for the report. Your problems are now fixed on files1 downloadserver, it will be synced to the other servers soon.
 
Back
Top