确认你已经安装好lnmp我用的是lnmp1.2  系统centos 6.5 32位

1.按照官方文档,下载phalcon源码。我下载到/root目录中

#git clone –depth=1 git://github.com/phalcon/cphalcon.git

2.确定是32位系统
# getconf LONG_BIT

32

#cd /root/cphalcon/build/32bits/

3.找到phpize
#whereis phpize

phpize: /usr/bin/phpize

#/usr/bin/phpize

#  ./configure –with-php-config=/usr/local/php/bin/php-config –enable-phalcon

#make

Read More →