Hi
there are many php versions on the plesk system, 5.6 ,7.0,7.1,7.2...
the pacakge names are plesk-phpXX-abc
https://docs.phalcon.io/en/3.3/installation
...when i try to install:
[email protected]:/home/cphalcon/ext# sudo apt-get install php7.0-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.0-phalcon : Depends: phpapi-20151012 but it is not installable E: Unable to correct problems, you have held broken packages.
AND
[email protected]:/home/cphalcon/ext# sudo 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.
AND
[email protected]:/home/cphalcon/ext# sudo apt-get install php7.2-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.2-phalcon : Depends: phpapi-20170718 but it is not installable E: Unable to correct problems, you have held broken packages.
how to solve?
Regards, Jan