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

problem installing phalcon

when I do : sudo ./install

it give me this error message : configure: error: Cannot find php-config. Please use --with-php-config=PATH

i am using LAMPP

how to solve this ?

thanks



58.4k

Hi

You need to install php-dev, if you use ubuntu just following command

    sudo apt-get install php5-dev php5-mysql gcc libpcre3-dev


3.5k

thank you