New build system (BETA)

"This is an OpenSSL bug, fixed in 0.9.8c and later (it uses select() rather than poll() and doesn't check for the FD_SETSIZE overflow)."
 
No, custombuild doesn't touch any system-level packages as OpenSSL.
 
apache won't start

On a new install, I get the error

starting httpd: Syntax error on line 12 of /usr/local/directadmin/data/users/blurp/httpd.conf:
Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration

I've check php for the modules, check loading.
I've done:
./build update
./build all d
./build rewrite_configs

Config of build:
PHP settings. default_php possible values - 4 or 5
default_php=5
php5_cli=no
php5_cgi=yes
php4_cli=no
php4_cgi=no
php_ini=no
#Possible values - recommended or dist
php_ini_type=recommended
zend=no

#Possible values - 5.0 or 5.1 (4.1 is possible too, but it's EOL)
mysql=5.0
mysql_inst=yes
mysql_backup=yes

#Possible values - 1.3, 2.0 or 2.2
apache_ver=2.2

#Web applications
phpmyadmin=yes
atmail=yes
squirrelmail=yes
roundcube=yes

uebimiau=no

#Mail options
mail-header-patch=yes
dovecot=yes
eximconf=yes

#FTP options
proftpd=yes

#Jailed shell
jail=no

#Custombuild options
autover=yes
bold=yes
clean=yes
fileserver=2
custombuild=1.2
awstats=yes
webalizer=yes
clean_old_webapps=yes
cron=no
[email protected]
notifications=yes
[email protected]
notifications=yes
updates=no
php6_cli=no
php6_cgi=no
exim=no
cleanapache=yes

What don't I see????

(CentOS 5.2 x86_64)
 
Thank you for the suggestion, I'll think about it, but I'm not going to implement it into 1.0.0, because it's feature frozen now. Maybe I'll implement it into 1.1 version of the custombuild script.

Are there any plans to add suhosin to the custombuild as it is at version 1.1.18?
 
I've made no decision yet, because it wouldn't let us use the latest version of PHP instantly after a new release (we would have to wait for a new suhosin patch).
 
Back
Top