update_versions problem

AxlF

Verified User
Joined
Dec 14, 2007
Messages
98
Hi,

following problem:

Code:
#./build versions
Latest version of PHP5 (CGI): 5.2.8
Installed version of PHP5 (CGI): 5.2.6

PHP5 (CGI) update is available.

I run:

Code:
./build update_versions
prometheus:/usr/local/directadmin/custombuild# ./build update_versions

Updating PHP5 (CLI)
File already exists:	php-5.2.8.tar.gz
MD5 Checksum on php-5.2.8.tar.gz passed.
File already exists:	php-5.2.8-mail-header.patch
MD5 Checksum on php-5.2.8-mail-header.patch passed.
Can not build PHP5 as CLI because it is not set in options.conf.



in my options.conf

Code:
#PHP settings. default_php possible values - 5 or 6
default_php=5
php5_cli=no
php5_cgi=yes
php6_cli=no
php6_cgi=no
php_ini=yes
#Possible values - recommended or dist
php_ini_type=recommended
zend=no


So, why tries custombuild to update the CLI version which is not configured to do so?

Regards,
AxlF
 
Back
Top