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

Installation on CentOS

Hi!

Can you help on how to set Phalcon CentOS?

The installation should be the same as described here: https://docs.phalcon.io/en/latest/reference/install.html#linux-solaris-mac Simply use yum to install the required packages.



98.9k
Accepted
answer

As @Phillipp says, follow the standard installation instructions on the docs, the following specific packages are required to compile phalcon with success:

sudo yum install gcc make
sudo yum install php-devel