hi Guys,
i get the following errors when running the CLI tools:
$ phalcon commands
Phalcon DevTools (1.1.0)
dyld: lazy symbol binding failed: Symbol not found: _phalcon_exp_is_callable_method_ex Referenced from: /usr/local/zend/lib/php_extensions/phalcon.so Expected in: flat namespace
dyld: Symbol not found: _phalcon_exp_is_callable_method_ex Referenced from: /usr/local/zend/lib/php_extensions/phalcon.so Expected in: flat namespace
i use a very bare version of Zend Server and build the 32 bit version if phalcon using:
bash cd cphalcon/build/32bits export CFLAGS="-O2 -fno-delete-null-pointer-checks -finline-functions -fomit-frame-pointer -march=core2 -m32" sudo make clean sudo phpize --clean phpize ./configure --enable-phalcon make && sudo make install
Does anybody have clue as to why i'm getting these errors?
Thanks!