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

Phalcon Devtools issue

I have this problem:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212+lfs/phalcon.so' - /usr/lib/php5/20121212+lfs/phalcon.so: undefined symbol: php_pdo_get_dbh_ce in Unknown on line 0

I installed normally phalcon, but I had to copy on the php.ini file, the full path to phalcon.so And then devtools gives me this Warning. Please, tell me why.



98.9k

It seems Phalcon is being built with an incorrect version of phpize.

Check if you have more than one 'phpize' in the $PATH environment variable.