Hello everyone!
I have tried to compile and install Phalcon on my Centos 7.x 64 bit... Compiling is OK but PHP don't load phalcon.so... The response is:
PHP Warning: PHP Startup: Unable to load dynamic library 'phalcon.so' (tried: /usr/lib64/php/modules/phalcon.so (/usr/lib64/php/modules/phalcon.so: undefined symbol: __builtin_saddl_overflow), /usr/lib64/php/modules/phalcon.so.so (/usr/lib64/php/modules/phalcon.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
The module is saved on /usr/lib64/php/modules/phalcon.so...
Any help???
Thanks