I tried to install bcompiler with php7.0 on my Debian-9.4 unsuccessfully, and read that php7 is not supported So I installed php5.6 with all php5.6-dev packages, php5.6-fpm, which would be required to install php extensions (pecl, pear), including phpize. I made the machine use php5.6 and not php7.0, using
$ update-alternatives --config php
I ran the necessary a2enmod and reinstalled pear as per the manual , I ran the tests and tried install bcompiler
$ pear install bcompiler
No releases available for package "pear.php.net/bcompiler" - package pecl/bcompiler can be installed with "pecl install bcompiler"
install failed
then I tried the command:
$ pear install bcompiler
that produced the error: bcompilerERROR.txt , it looks like the error is in the same code, written in C .
I tried installing manually but it produced the same error bcompilerERROR.txt
I've tried with PYRUS:
$ php pyrus.phar install bcompiler
Pyrus version 2.0.0a4 SHA-1: 72271D92C3AA1FA96DF9606CD538868544609A52
Using PEAR installation found at /home/ecomp/Apps/pecl/pyrusPHPextensions
Sorry there was an error retrieving pear2.php.net/bcompiler from the default channel
Pyrus\Channel\Exception: package bcompiler does not exist
Pyrus\HTTPException: Download of http://pear2.php.net/rest/p/bcompiler/info.xml failed, file does not exist
I can only ask for help, I need to use bcompiler, it's an academic project that is already being presented in several places and the code needs to be protected.
How to install BCOMPILER with PHP-5.6?