php5.3.3安装mongo扩展
/usr/bin/phpize
./configure --with-php-config=/usr/bin/php-config
make && make install
/usr/sbin/apachectl stop
/usr/sbin/apachectl start
需要升级pear。命令是pear upgrade。
/usr/bin/phpize
./configure --with-php-config=/usr/bin/php-config
make && make install
/usr/sbin/apachectl stop
/usr/sbin/apachectl start
需要升级pear。命令是pear upgrade。