<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.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://www.jackxiang.com/post//</link>
<title><![CDATA[FreeBSD装好后,查找port的某些如wget安装位置命令]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 12 Dec 2008 02:28:36 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	make search name=wget<br/>找到wget的port目录，cd到那个目录：<br/><div class="code"># make install clean;rehash</div><br/>tip:<br/>第一次装时贪心都选了，结果被告知：<br/>===> wget-1.11.2 GNUTLS and OPENSSL are mutually exclusive, enable at most one of them.<br/>*** Error code 1<br/><br/>两者只能选其一，这时可以删除配置文件再重新安装就可以更改选项了：<br/><div class="code"># make rmconfig</div><br/><div class="code"># make&amp;make install</div>或者：make install clean;rehash<br/>// end<br/><br/>testsina# whereis wget<br/>wget: /usr/local/bin/wget /usr/local/man/man1/wget.1.gz /usr/ports/ftp/wget<br/>说明安装成功，su 到普通用户wget即可！一般来说已经添加到PATH变量了，如没有将/usr/local/bin/添加到环境变量PATH中即可！<br/>后来发现更简单快捷的查找ports的方法：whereis wget<br/>反安装：<br/>===>&nbsp;&nbsp; wget-1.11.2_1 is already installed<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You may wish to ``make deinstall'' and install this port again<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;by ``make reinstall'' to upgrade it properly.<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If you really wish to overwrite the old port of ftp/wget<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;without deleting it first, set the variable "FORCE_PKG_REGISTER"<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in your environment or the "make install" command line.<br/><br/><br/><br/>在 Redhat/Fedora 是预设安装好 wget，而 FreeBSD 则预设没有安装，要在文本模式下载文件很不便。在 FreeBSD 要安装 wget 很容易，只要使用 ports 就行了，方法如下:<br/><br/>cd /usr/ports/ftp/wget<br/>make install clean<br/><br/>那么系统就会自动替你完成安装了。<br/><br/>或者使用命令<br/><br/>pkg_add -r wget就可以把wget安装上去了<br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] FreeBSD装好后,查找port的某些如wget安装位置命令]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>