Hi,
I managed to compile phalcon on my machine (NGINX + PHP5.4 - FPM), and I added the extension to /etc/php5/fpm/conf.d/30-phalcon.ini
But after I restart php and I run "php5 -i | grep phalcon" it says
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/phalcon.so' - /usr/lib/php5/20100525/phalcon.so: cannot open shared object file: No such file or directory in Unknown on line 0
Went to /usr/lib/php5 and discovered that phalcon.so is installed in another folder named 20090626. I created a symlink to the folder where php5 is looking for and now it says
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/phalcon.so' - /usr/lib/php5/20100525/phalcon.so: undefined symbol: output_globals in Unknown on line 0
Any ideea?