how to install curl
RSS

how to install curl

类别: 杂七杂八   时间: 2009-06-24   标签:

http://curl.haxx.se/docs/install.html

# wget http://curl.haxx.se/download/curl-7.19.0.tar.gz //下载
# tar -zxvf curl-7.19.0.tar.gz //解压
# cd curl-7.19.0 //改变目录
# ./configure –prefix=/usr/local/curl //配置
# make //编译
# make install //安装

安装cURL
# wget http://curl.haxx.se/download/curl-7.17.1.tar.gz
# tar -zxf curl-7.17.1.tar.gz
# ./configure –prefix=/usr/local/curl
# make; make install

安装php

只要打开开关 –with-curl=/usr/local/curl

就可以了。

Bluehost.com Web Hosting $6.95

本文Dao Blog - 道博客版权所有,可转载,但需注明出处:http://www.daoblog.com/how-to-install-curl.html

下篇文章: 编译php支持curl和pdo_mysql
上篇文章: Some WordPress Plugins
"how to install curl" was posted on Wednesday, June 24th, 2009 at 12:17 am.

发表评论

 
最新文章
随机文章