Hi,
I'm trying to install Phalcon PHP on a Raspberry PI by following the procedure described here : https://debrepo.frbit.com/
When executing the last command, i have the following message :
sudo aptitude install php5-igbinary php5-mongo php5-oauth php5-phalcon php5-runkit php5-stats php5-stomp php5-yaf php5-yaml
The following NEW packages will be installed:
- php5-igbinary{b} php5-mongo{b} php5-oauth{b} php5-phalcon{b} php5-runkit{b}
-
php5-stats{b} php5-stomp{b} php5-yaf{b} php5-yaml{b}
- 0 packages upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
- Need to get 1,121 kB of archives. After unpacking 3,981 kB will be used.
-
The following packages have unmet dependencies:
- php5-oauth : Depends: phpapi-20100525 which is a virtual package.
- php5-yaf : Depends: phpapi-20100525 which is a virtual package.
- php5-runkit : Depends: phpapi-20100525 which is a virtual package.
- php5-stats : Depends: phpapi-20100525 which is a virtual package.
- php5-mongo : Depends: phpapi-20100525 which is a virtual package.
- php5-stomp : Depends: phpapi-20100525 which is a virtual package.
- php5-igbinary : Depends: phpapi-20100525 which is a virtual package.
- php5-yaml : Depends: phpapi-20100525 which is a virtual package.
- php5-phalcon : Depends: phpapi-20100525 which is a virtual package.
The following actions will resolve these dependencies:
Keep the following packages at their current version:
- 1) php5-igbinary [Not Installed]
- 2) php5-mongo [Not Installed]
- 3) php5-oauth [Not Installed]
- 4) php5-phalcon [Not Installed]
- 5) php5-runkit [Not Installed]
- 6) php5-stats [Not Installed]
- 7) php5-stomp [Not Installed]
- 8) php5-yaf [Not Installed]
- 9) php5-yaml [Not Installed]
Accept this solution? [Y/n/q/?] Y No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used.
I have no idea of what to do .... :/
Thanks in advance for your help.