<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[今天配置一台server的php支持curl的时候, 出现如下报错]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 03 Dec 2010 04:50:38 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	今天配置一台server的php支持curl的时候, 出现如下报错<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;checking for cURL in default path… not found<br/>&nbsp;&nbsp;&nbsp;&nbsp;configure: error: Please reinstall the libcurl distribution -<br/>&nbsp;&nbsp;&nbsp;&nbsp;easy.h should be in /include/curl/<br/><br/>其实就是curl的dev包没有安装, 解决方案:<br/>终端下<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;# yum -y install curl-devel<br/><br/>然后就可以继续了<br/><br/>suse enterprise 10 sp2: 注意依赖关系的先后：<br/>root@172.25.39.117:~/webserver/software# rpm -ihv libidn-devel-0.6.0-14.2.i586.rpm<br/>Preparing...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;########################################### [100%]<br/>&nbsp;&nbsp; 1:libidn-devel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ########################################### [100%]<br/>root@172.25.39.117:~/webserver/software# rpm -ihv curl-devel-7.15.1-19.7.i586.rpm <br/>Preparing...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;########################################### [100%]<br/>&nbsp;&nbsp; 1:curl-devel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ########################################### [100%]<br/>来源：http://www.hao32.com/webserver/191.html<br/>suse enterprise 10得找到当时的源码包才行，如下：<br/>SUSE LINUX Enterprise Server 9 for x86<br/><br/>header files and libraries for curl development<br/>Version:&nbsp;&nbsp; 7.11.0<br/>Release:&nbsp;&nbsp; 39.1<br/>Medium:&nbsp;&nbsp; CD3<br/>Path:&nbsp;&nbsp; /suse/i586/curl-devel-7.11.0-39.1.i586.rpm<br/>Group:&nbsp;&nbsp; Development/Libraries/C<br/>License:&nbsp;&nbsp; MPL<br/>Size:&nbsp;&nbsp; 334 KB<br/>Homepage:&nbsp;&nbsp; http://curl.haxx.se/<br/>来源：http://www.novell.com/products/linuxpackages/enterpriseserver/i386/curl-devel.html<br/><br/>RPM Search:<br/>http://rpm.pbone.net/index.php3/stat/4/idpl/3084452/dir/suse_10.x/com/curl-devel-7.15.5-1.guru.suse100.i686.rpm.html<br/>http://rpm.pbone.net/
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 今天配置一台server的php支持curl的时候, 出现如下报错]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>