php6 cgi problem installation

mjokiel

Verified User
Joined
Nov 18, 2009
Messages
31
Hello,

I have a problem, i would like to install php6 as cgi but in options.conf i have only php4 and php5:

#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=yes
php5_cgi=no
zend=yes

I see that i have build in 1.1.19 version.

There is option:

Recommended for experienced users only (!): |
| ./build php5-cli |
| ./build php6-cli |
| ./build php5-cgi |
| ./build php6-cgi |
| ./build todovecot

but when i am trying ./build php6-cgi nothing happens.

Kind regards,
Mariusz Jokiel
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set custombuild 1.2
./build update
 
silly me. below the end in options.conf was set php6_cli=no. I always see up in the file.

___________
Hi!. I tried to install php6, and updated custom build. Also I wrote the php6 options in options.conf.. but always this error shows up:

[root@axx custombuild]# ./build php6-cgi
File already exists: php-6.0.0-dev.tar.gz
MD5 Checksum on php-6.0.0-dev.tar.gz passed.
Cannot build PHP6 as CGI because it is not set in options.conf.


(cgi or cli, same error)
 
Last edited:
Back
Top