Hi Guys, i have been trying to get phalcon to install on AWS linux using Putty. What i did was i downloaded and uploaded the files from git://github.com/phalcon to /var/www/html directory and using Putty i tried the following installation steps.
cd cphalcon/build sudo ./install
Unfortunately, i get the following error.
Can't find PHP headers in /usr/include/php/5.6/php The php-devel package is required for use of this command.
What should i do?
P.S. I have installed LAMP server on AWS by following https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html link. Thus i have php 5.6.14.