首页 > Web开发 > 详细

添加FB登陆时,需要curl扩展

时间:2016-03-28 23:25:47      阅读:300      评论:0      收藏:0      [点我收藏+]

安装curl扩展遇到一个傻逼问题

[root@xxx openssl]# /usr/local/php/bin/phpize
Cannot find config.m4.
Make sure that you run ‘/usr/local/php/bin/phpize‘ in the top level source directory of the module

对于这个问题其实是要到php的源码包中去执行的

cd php-5.5.30/ext/curl

/usr/local/php/bin/phpize

./configure --with-php-config=/usr/local/php/bin/php-config --with-curl=/usr/local/curl

make

make install

 

在php.ini中添加下面这段代码

extension = curl.so

 

添加FB登陆时,需要curl扩展

原文:http://www.cnblogs.com/jasonxu19900827/p/5331089.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!