<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://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>https://jackxiang.com/post//</link>
<title><![CDATA[[apr] rm: cannot remove libtoolT’: No such file or directory]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Sat, 08 Nov 2014 04:57:07 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：最新的apr-1.5.1.tar.gz，configure时出现cannot remove `libtoolT’: No such file or directory。<br/>在configure里面RM=&#039;$RM -f&#039; 这里的$RM后面一定有一个空格。 如果后面 ... 时apr报错解决rm: cannot remove `libtoolT&#039;: No such file or directory.<br/>解决办法：42432&nbsp;&nbsp;&nbsp;&nbsp; $RM &quot;$cfgfile&quot;&nbsp;&nbsp;删除掉。也可以修改下：<br/>在configure里面 RM=&#039;$RM&nbsp;&nbsp;-f&#039;&nbsp;&nbsp; 这里的$RM后面一定有一个空格。 如果后面没有空格，直接连接减号，就依然会报错。把RM=&#039;$RM&#039;改为RM=&#039;$RM&nbsp;&nbsp;-f&#039;<br/>注意，此文件下载到本地修改在上传会报错。建议用VI修改，来处：http://blog.csdn.net/a673341766/article/details/9078011<br/>————————————————————————————————————————————————<br/>在源码编译的apr./configure时，出现问题，具体详细信息如下：<br/><br/>OS：Centos 5.6 32bit<br/><br/>Apr Version：1.4.8<br/><br/>报错信息如下：<br/><br/>error info：rm: cannot remove `libtoolT&#039;: No such file or directory<br/><br/>解决方法如下：<br/><br/>打开configure文件<br/><br/>找到30055（不同的版本可能位置不一样）<br/><br/>将这行代码注释掉<br/><br/># $RM &quot;$cfgfile&quot;<br/><br/>然后重新编译，问题可以解决<br/><br/>来自：http://sxhxt.blog.51cto.com/5126000/1301432
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [apr] rm: cannot remove libtoolT’: No such file or directory]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>