|
|

楼主 |
发表于 2010-5-3 23:14:29
|
显示全部楼层
wget -c http://catlnmp.googlecode.com/files/eaccelerator-0.9.6.tar.bz2
tar jxvf eaccelerator-0.9.6.tar.bz2
cd eaccelerator-0.9.6/
/usr/local/php/bin/phpize
./configure --enable-eaccelerator=shared --with-php-config=/usr/local/php/bin/php-config --with-eaccelerator-shared-memory
make
make install
试试重新编译一次,加了最新参数 --with-eaccelerator-shared-memory
如果还不行,可能是不支持最新版本
cd ../ |
|