Hey All,
On my last update I decided to do ./build all d with the following options.conf:
However running php -v, we get this:
Any idea why after building everything again suddenly it says cli?
On my last update I decided to do ./build all d with the following options.conf:
Code:
#PHP settings. default_php possible values - 4 or 5, php5_ver - 5.2 or 5.3
default_php=5
php5_ver=5.2
php4_cli=no
php4_cgi=no
php5_cli=no
php5_cgi=yes
zend=no
#Possible values - 5.0, 5.1
mysql=5.1
mysql_inst=no
mysql_backup=yes
#Possible values - 1.3, 2.0 or 2.2
apache_ver=2.2
#Web applications
phpmyadmin=yes
atmail=no
squirrelmail=yes
roundcube=no
uebimiau=no
#Mail options
exim=no
mail-header-patch=yes
dovecot=yes
#Statistics
awstats=no
webalizer=no
#FTP options
proftpd=yes
#Jailed shell (beta)
jail=no
#CustomBuild options
custombuild=1.1
autover=no
bold=yes
clean=no
clean_old_tarballs=no
clean_old_webapps=yes
#Cron settings
cron=yes
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes
#CustomBuild 1.2 settings
php6_cli=no
php6_cgi=no
php_ini=no
#Possible values - recommended or dist
php_ini_type=recommended
cleanapache=no
fileserver=1
eximconf=no
However running php -v, we get this:
Code:
PHP 5.2.13 (cli) (built: Jun 19 2010 23:44:13)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.18, Copyright (c) 2002-2006, by Hardened-PHP Project
Any idea why after building everything again suddenly it says cli?
Last edited: