Бинарники от седьмой не поддерживает. я уже проверил этот вариант, ошибка 500 рулит. В логах записи: Premature end of script headers: /sata1/home/users/***/www/www.***.com.ua/cgi-bin/parser3.cgi
Building... buildall-with-xml: cannot create /dev/null: Permission denied cd: can't cd to /sata1/home/users/hotprint/www/www.hotprint.com.ua/src Downloading gc [1 lib of 4]... wget: not found Unpacking gc... gunzip: not found buildall-with-xml: cannot create /dev/null: Permission denied cd: can't cd to gc-7.1 Configuring gc... buildall-with-xml: ./configure: not found Building gc... make: not found make: not found cd: can't cd to /sata1/home/users/hotprint/www/www.hotprint.com.ua/src Downloading pcre [2 lib of 4]... wget: not found Unpacking pcre... buildall-with-xml: cannot create /dev/null: Permission denied gunzip: not found cd: can't cd to pcre-7.9 Configuring pcre... buildall-with-xml: ./configure: not found Building pcre... make: not found make: not found Copying required files (Parser3 uses some PCRE internals)... cp: /sata1/home/users/hotprint/www/www.hotprint.com.ua/pcre/include is not a directory cd: can't cd to /sata1/home/users/hotprint/www/www.hotprint.com.ua/src Downloading libxml [3 lib of 4]... wget: not found Unpacking libxml2... (be patient) buildall-with-xml: cannot create /dev/null: Permission denied gunzip: not found cd: can't cd to libxml2-2.7.6 Configuring libxml... buildall-with-xml: ./configure: not found buildall-with-xml: cannot create testapi.c: Read-only file system buildall-with-xml: cannot create runtest.c: Read-only file system Building libxml... make: not found make: not found cd: can't cd to /sata1/home/users/hotprint/www/www.hotprint.com.ua/src Downloading libxslt [4 lib of 4]... wget: not found Unpacking libxslt... (be patient) buildall-with-xml: cannot create /dev/null: Permission denied gunzip: not found cd: can't cd to libxslt-1.1.26 Configuring libxslt... buildall-with-xml: ./configure: not found Building libxslt... make: not found make: not found Configuring parser3... buildall-with-xml: ./configure: Permission denied Building parser3... make: not found DONE
if [ `uname -a | grep 'FreeBSD' | wc -c` -gt 0 ]; then
FreeBSD_branch=`uname -r | sed -E 's/^([0-9]+)\..*/\1/'`
case $FreeBSD_branch
in
6) вариант для шестерки ;;
7) вариант для семерки ;;
8) вариант для восьмерки ;;
*) other ;;
esac
fi