We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Install Phalcon php on Ubuntu Server LTS

I'm trying to install Phalcon PHP on my VPS server running Ubuntu 12 LTS as per https://debrepo.frbit.com/ - which is a official repo. But I am getting php5-igbinary : Depends: phpapi-20100525 but it is not installable error. Please help. I already developed some application in Phalcon PHP on Windows. Now I want to deploy it into VPS server.



40.8k
Accepted
answer
edited Mar '14

did you install igbinary?

$ apt-get install php-pear
$ apt-get install php5-dev
$ pecl install igbinary


24.2k
Accepted
answer
edited Mar '14

There are may problems related to a broken package. Finally I compiled it from source. Now it's working. Thanks for your quick reply.