Apache-2.4
在 FreeBSD 11 中安裝 apache 開發包?
你如何在 FreeBSD 11 中安裝 apache24 的開發包。它不在埠或包儲存庫中,或者是它?
您必須下載原始碼的 current/dev 分支並自己建構它
cd tempdir fetch http://path.to.the/sourcepack.tar.bz2 tar zxf sourcepack.tar.bz2 cd httpd-x.x.x ./configure [--option ...] make make install
重要的部分是選擇正確的選項集來建構
httpd
不會與httpd
來自埠/包的衝突。仔細閱讀./configure -h
所有可用選項的輸出及其含義。