User Applications 嗯。我要在哪找到我要的程式ㄟ?

請看看 吧。 這邊有份已經 port 到 FreeBSD 的軟體列表。目前有超過 1800 個軟體已經被 port 到 FreeBSD 上,並且每天都在增加中。所以有空就多看看這份列表, 不然你也可以訂閱 這份 mailing list,會有人將 每個星期最新的軟體列表貼在上面。

大部份的 ports 應該都可以在 2.2,3.0 跟 4.0 的系統上使用, 並且還有部份的 ports 可以在 2.1.x 的系統上運作。 每次當 FreeBSD release 時,都會有一份 ports tree 被放在這一個 release cd 裡面的 ports/ 目錄裡。

We also support the concept of a ``package'', essentially no more than a gzipped binary distribution with a little extra intelligence embedded in it for doing whatever custom installation work is required. A package can be installed and uninstalled again easily without having to know the gory details of which files it includes.

Use the package installation menu in /stand/sysinstall (under the post-configuration menu item) or invoke the pkg_add(1) command on the specific package files you're interested in installing. Package files can usually be identified by their .tgz suffix and CDROM distribution people will have a packages/All directory on their CD which contains such files. They can also be downloaded over the net for various versions of FreeBSD at the following locations: for 2.2.8-release/2.2.8-stable for 4.0-current

or your nearest local mirror site.

Note that all ports may not be available as packages since new ones are constantly being added. It is always a good idea to check back periodically to see which packages are available at the master site. 我可以在哪邊找到 libc.so.3.0?

你可能在一台 2.1.x 的機器上,跑著給 2.2/3.x/4.0 的軟體。 請再往上面一個章節看,正確的取得給你機器用的 port/package。 ghostscript 在我的 386/486SX 上有點問題ㄟ。

你沒有浮點運算器,對吧? 你必須在你的 kernel 中加入數學運算模擬器,你可以跟著下面的步驟做, 並在更改過你的 kernel 設定檔後,重新編譯過一次。 options GPL_MATH_EMULATE

當我執行 SCO/iBCS2 的程式時,它掛在

你必須先修改 /etc/sysconfig (or ) 這檔案最後一個章節,將下面所講到的變數 設成 # Set to YES if you want ibcs2 (SCO) emulation loaded at startup ibcs2=NO

這會在開機時將 這一個 kernel 模組載入。

你還要將你的 /compat/ibcs2/dev 改成下面這樣: lrwxr-xr-x 1 root wheel 9 Oct 15 22:20 X0R@ -> /dev/null lrwxr-xr-x 1 root wheel 7 Oct 15 22:20 nfsd@ -> socksys -rw-rw-r-- 1 root wheel 0 Oct 28 12:02 null lrwxr-xr-x 1 root wheel 9 Oct 15 22:20 socksys@ -> /dev/null crw-rw-rw- 1 root wheel 41, 1 Oct 15 22:14 spx

你只需要將 socksys 轉向到 去騙過 open & close. 在 -current 裡面的 ibcs2 相關程式碼將會處 理這些東西。This is muck cleaner than the way it was done before。 假如你想要使用 我要如何在我的機器上設定 INN (Internet News)?

在你使用 package 或者是 port 安裝完 inn 之後, 是個非常好的開始,你可以在那邊找到 INN 的 FAQ。 我該使用那個版本的 Microsoft FrontPage?

使用 Port 吧!在 ports tree 中已經有一個包含 FrontPage 的 Apache 版本了。