pecl install pecl_http出错:make: *** [http_request_body_api.lo] Error 1
具体bug描述参见:[url]http://pecl.php.net/bugs/bug.php?id=9657[/url]
这个ticket里的解决方法是在config9.m4中增加/opt/local的路径,思路是对的,不过实际操作下来不行
然后发现在安装时会询问
whether to enable cURL HTTP requests; specify libcurl directory 和
whether to enable support for gzencoded/deflated message bodies; specify zlib directory
这时先输入1,回车再输入/opt/local,再往下就OK了
具体bug描述参见:[url]http://pecl.php.net/bugs/bug.php?id=9657[/url]
这个ticket里的解决方法是在config9.m4中增加/opt/local的路径,思路是对的,不过实际操作下来不行
然后发现在安装时会询问
whether to enable cURL HTTP requests; specify libcurl directory 和
whether to enable support for gzencoded/deflated message bodies; specify zlib directory
这时先输入1,回车再输入/opt/local,再往下就OK了
本文解决了PECL安装HTTP模块时出现的make错误问题。通过正确配置libcurl和zlib目录,成功完成了安装过程。
693

被折叠的 条评论
为什么被折叠?



