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

Phalconphp Centos 6.5 Installation

I am following the said instructions in https://docs.phalcon.io/en/latest/reference/install.html#linux-solaris but i cant go on after following the command

sudo yum install php-devel pcre-devel gcc make

I get an Error Package,

Can someone help me please

What is the error that you see on screen?



2.1k
Accepted
answer

Error: Package: php-devel-5.3.3-14.el6_3.x86_64 (updates) Requires: php = 5.3.3-14.el6_3 Installed: php-5.4.6-1.el6.remi.x86_64 (@remi-test) php = 5.4.6-1.el6.remi Available: php-5.3.3-3.el6_2.8.x86_64 (base) php = 5.3.3-3.el6_2.8 Available: php-5.3.3-14.el6_3.x86_64 (updates) php = 5.3.3-14.el6_3

I resolved the problem with this command.

yum --enablerepo=remi,remi-php54 install php-devel