If you have problem to build phalconPHP from source on CentOS With PHP 5.4 (and maybe Direct Admin control panel installed) you can try these steps to solve your problem.
- First you must find the absolute path of
phpizeexecutable. so run this command :
whereis phpize - Go to the path that you cloned source of phalcon, then
cdintobuildpath & your system architecture (for me is 64Bit):
cd /path/to/cphalcon/build/64Bits/ - Run
phpizelike this :
/path/to/phpize - Go back to
builddirectory:
cd ../orcd /path/to/cphalcon/build