码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu(14.04) 下安装yaf拓展

时间:2016-02-25 15:29:10      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:

#wget http://pecl.PHP.net/get/yaf-2.2.9.tgz
#tar zxvf yaf-2.2.9.tgz
#cd yaf-2.2.9

[root@bogon yaf-2.2.9]# whereis phpize
phpize: /usr/bin/phpize /usr/share/man/man1/phpize.1.gz
/usr/bin/phpize

[root@bogon yaf-2.2.9]# /usr/bin/phpize
Configuring for:
php Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
#whereis php-config
php-config: /usr/bin/php-config /usr/share/man/man1/php-config.1.gz

#./configure --with-php-config=/usr/bin/php-config
#make && make install

service apache2 restart

安装完毕:

技术分享

ubuntu(14.04) 下安装yaf拓展

标签:

原文地址:http://www.cnblogs.com/yuwensong/p/5216907.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!