PDA

View Full Version : Cannot install PHP6 and PHP5 as CLI.



Fred.
12-11-2010, 07:20 AM
Hello,

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


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
./build set php6_cli no

But that doesn't work

How can i solve this?

Thanks!

smtalk
12-11-2010, 07:22 AM
perl -pi -e 's/php6_cli=yes/php6_cli=no/' /usr/local/directadmin/custombuild/options.conf

Fred.
12-11-2010, 07:29 AM
perl -pi -e 's/php6_cli=yes/php6_cli=no/' /usr/local/directadmin/custombuild/options.conf


That's fast. :D
I just found it.

Thanks smtalk