I go this error:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20121212/phalcon.so' - /usr/local/lib/php/extensions/no-debug-zts-20121212/phalcon.so: undefined symbol: output_globals in Unknown on line 0
I also tried to do these:
- cd cphalcon/build/64bits
- make clean
- phpize --clean
- find / -name phpize
- /path/to/phpize
- find / -name php-config
- ./configure --with-php-config=/path/to/php-config
- make
- make install
But nothing useful, still cannot enable the module. Anyone can let me know what should I fix?
Thanks,
Tri Nguyen