Cannot install PHP6 and PHP5 as CLI.

Fred.

Verified User
Joined
Sep 5, 2009
Messages
220
Hello,

I've just upgraded custombuilt to 1.2, but now i always get

Code:
Cannot install PHP6 and PHP5 as CLI.

if i run ./build or ./build versions

I don't want php 6, i'm using php 5.2 and MySQL 5.1

i tried
Code:
./build set php6_cli no
But that doesn't work

How can i solve this?

Thanks!
 
Code:
perl -pi -e 's/php6_cli=yes/php6_cli=no/' /usr/local/directadmin/custombuild/options.conf
 
Back
Top