I have a Debian 8.9 server setup with the latest stable Plesk and PHP 7.1.
Both # apt-get install php7.1-phalcon
and # PATH=/opt/plesk/php/7.1/bin:$PATH apt-get install php7.1-phalcon
return:
[email protected]:~# PATH=$PATH:/opt/plesk/php/7.1/bin apt-get install php7.1-phalcon
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php7.1-phalcon : Depends: phpapi-20160303 but it is not installable
E: Unable to correct problems, you have held broken packages.
This is the PHP version:
[email protected]:~# PATH=/opt/plesk/php/7.1/bin:$PATH php -v
PHP 7.1.11 (cli) (built: Oct 27 2017 13:23:24) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.1.11, Copyright (c) 1999-2017, by Zend Technologies
And Plesk's plesk-php71-dev
package is installed.
Compiling Phalcon as usual works fine but I want it as a package. Can't find much information on this error. Anyone?