I had phalcon running fine on 12.04, clean install of 14.04 yesterday and have not been able to get phalcon installed. Tried the tips here after normal install instructions didn't work: https://forum.phalcon.io/discussion/1980/phalcon-php-5-5-ubuntu-13-10-issues
Getting the following when running 'make test':
PHP Warning: PHP Startup: Unable to load dynamic library '/root/cphalcon/build/safe/modules/phalcon.so' - /root/cphalcon/build/safe/modules/phalcon.so: undefined symbol: php_pdo_get_dbh_ce in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/root/cphalcon/build/safe/modules/phalcon.so' - /root/cphalcon/build/safe/modules/phalcon.so: undefined symbol: php_pdo_get_dbh_ce in Unknown on line 0
=====================================================================
PHP : /usr/bin/php
Warning: PHP Startup: Unable to load dynamic library '/root/cphalcon/build/safe/modules/phalcon.so' - /root/cphalcon/build/safe/modules/phalcon.so: undefined symbol: php_pdo_get_dbh_ce in Unknown on line 0
PHP_SAPI : cli
PHP_VERSION : 5.5.9-1ubuntu4
ZEND_VERSION: 2.5.0
PHP_OS : Linux - Linux domain.com 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
INI actual : /root/cphalcon/build/safe/tmp-php.ini
More .INIs :
CWD : /root/cphalcon/build/safe
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2014-04-18 15:35:03
=====================================================================
No tests were run.
Any ideas?