<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>相關評論：URL 含中文路徑名稱的終極解法</title>
	<atom:link href="http://blog.urdada.net/2005/09/08/24/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.urdada.net/2005/09/08/24/</link>
	<description>Just for fun</description>
	<pubDate>Wed, 07 Jan 2009 02:55:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：Peng Gang</title>
		<link>http://blog.urdada.net/2005/09/08/24/comment-page-1/#comment-7877</link>
		<dc:creator>Peng Gang</dc:creator>
		<pubDate>Wed, 31 Dec 2008 02:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2005/09/08/24/#comment-7877</guid>
		<description>很不错的文章，解释得真清楚，谢谢</description>
		<content:encoded><![CDATA[<p>很不错的文章，解释得真清楚，谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：cocobear</title>
		<link>http://blog.urdada.net/2005/09/08/24/comment-page-1/#comment-2437</link>
		<dc:creator>cocobear</dc:creator>
		<pubDate>Fri, 18 Apr 2008 13:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2005/09/08/24/#comment-2437</guid>
		<description>wget http://www.kerneltravel.net/kernel-book/深入分析Linux内核源码.html

我这样下载一个中文网页得到的文件名是乱码，不知道怎么样才能得到正常的文件名，即使不是中文至少是URL编码的这种文件名。</description>
		<content:encoded><![CDATA[<p>wget <a href="http://www.kerneltravel.net/kernel-book/深入分析Linux内核源码.html" rel="nofollow">http://www.kerneltravel.net/kernel-book/深入分析Linux内核源码.html</a></p>
<p>我这样下载一个中文网页得到的文件名是乱码，不知道怎么样才能得到正常的文件名，即使不是中文至少是URL编码的这种文件名。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：alex</title>
		<link>http://blog.urdada.net/2005/09/08/24/comment-page-1/#comment-49</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 22 Aug 2007 02:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2005/09/08/24/#comment-49</guid>
		<description>hi 十分感謝,原來是/usr/local/apache/build/libtool的問題
把他改為系統的libtool後就可以了..謝謝</description>
		<content:encoded><![CDATA[<p>hi 十分感謝,原來是/usr/local/apache/build/libtool的問題<br />
把他改為系統的libtool後就可以了..謝謝</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dada</title>
		<link>http://blog.urdada.net/2005/09/08/24/comment-page-1/#comment-48</link>
		<dc:creator>dada</dc:creator>
		<pubDate>Wed, 22 Aug 2007 02:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2005/09/08/24/#comment-48</guid>
		<description>我想有可能是您的 libtool 的版本問題，
我這邊有兩台機器使用 libtool 1.5.6 及 libtool 1.5.22 都可以正確安裝成功，
您要不要檢查一下您使用的 libtool 版本：
&lt;code&gt;
# libtool --version
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>我想有可能是您的 libtool 的版本問題，<br />
我這邊有兩台機器使用 libtool 1.5.6 及 libtool 1.5.22 都可以正確安裝成功，<br />
您要不要檢查一下您使用的 libtool 版本：<br />
<code><br />
# libtool --version<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：alex</title>
		<link>http://blog.urdada.net/2005/09/08/24/comment-page-1/#comment-46</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 22 Aug 2007 00:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2005/09/08/24/#comment-46</guid>
		<description>hi 是的, 因為最後mod_fileiri.so 一直無法產生,想說是那邊漏掉了
謝謝您的回覆,如下最後兩行出現的錯誤

# /usr/local/apache/bin/apxs -i -a -c mod_fileiri.c



Libraries have been installed in:
   /usr/local/apache/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/local/apache/modules/mod_fileiri.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache/modules/mod_fileiri.so
chmod: /usr/local/apache/modules/mod_fileiri.so: No such file or directory
apxs:Error: Command failed with rc=65536</description>
		<content:encoded><![CDATA[<p>hi 是的, 因為最後mod_fileiri.so 一直無法產生,想說是那邊漏掉了<br />
謝謝您的回覆,如下最後兩行出現的錯誤</p>
<p># /usr/local/apache/bin/apxs -i -a -c mod_fileiri.c</p>
<p>Libraries have been installed in:<br />
   /usr/local/apache/modules</p>
<p>If you ever happen to want to link against installed libraries<br />
in a given directory, LIBDIR, you must either use libtool, and<br />
specify the full pathname of the library, or use the `-LLIBDIR'<br />
flag during linking and do at least one of the following:<br />
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br />
     during execution<br />
   - add LIBDIR to the `LD_RUN_PATH' environment variable<br />
     during linking<br />
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag</p>
<p>See any operating system documentation about shared libraries for<br />
more information, such as the ld(1) and ld.so(8) manual pages.<br />
----------------------------------------------------------------------<br />
Warning!  dlname not found in /usr/local/apache/modules/mod_fileiri.la.<br />
Assuming installing a .so rather than a libtool archive.<br />
chmod 755 /usr/local/apache/modules/mod_fileiri.so<br />
chmod: /usr/local/apache/modules/mod_fileiri.so: No such file or directory<br />
apxs:Error: Command failed with rc=65536</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dada</title>
		<link>http://blog.urdada.net/2005/09/08/24/comment-page-1/#comment-43</link>
		<dc:creator>dada</dc:creator>
		<pubDate>Tue, 21 Aug 2007 16:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2005/09/08/24/#comment-43</guid>
		<description>看你的 apache 裝在哪裡，假設裝在 /usr/local/apache/ 下面，那請改用：

# /usr/local/apache/bin/apxs -i -a -c mod_fileiri.c</description>
		<content:encoded><![CDATA[<p>看你的 apache 裝在哪裡，假設裝在 /usr/local/apache/ 下面，那請改用：</p>
<p># /usr/local/apache/bin/apxs -i -a -c mod_fileiri.c</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：alex</title>
		<link>http://blog.urdada.net/2005/09/08/24/comment-page-1/#comment-41</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 21 Aug 2007 10:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2005/09/08/24/#comment-41</guid>
		<description>請問一下 除了用ports安裝的apache2 可以使用這個模組外,
我用tar 編的apache2 一直無法成功的編出 mod_fileiri.so ,不曉得有其他安裝mod_fileiri的方法嗎?</description>
		<content:encoded><![CDATA[<p>請問一下 除了用ports安裝的apache2 可以使用這個模組外,<br />
我用tar 編的apache2 一直無法成功的編出 mod_fileiri.so ,不曉得有其他安裝mod_fileiri的方法嗎?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
