: 除了imap之外,其餘均可至交通大學之mirror站臺下載。您也可以至尋找。 cd /usr/local/src 將檔案下載於此,並在這裡解壓縮與編譯安裝;您的編譯路徑若與本文件相異,請自行修改,照抄時,會出錯。 tar zxvf imap-4.7c2.tar.Z tar zxvf php-4.0.5.tar.gz tar zxvf apache_1.3.20.tar.Z
:
imap之編譯與安裝(此處以安裝於FreeBSD上為例,其他OS系統,請參閱Makefile) cd imap-4.7c make bsf cp imapd/imapd /usr/local/libexec/ ln -s c-client/ include ln -s c-client/ lib
apache之初始configure cd ../../apache_1.3.20 ./configure --prefix=/usr/local/apache
--prefix=/usr/local/php install architecture-independent files in PREFIX
--with-apache=/usr/local/src/apache_1.3.20 Build Apache module. DIR is the top-level Apache build directory, defaults to /usr/local/etc/httpd.
--with-gd=/usr/local Include GD support (DIR is GD's install dir). Set DIR to shared to build as a dl, or shared,DIR to build as a dl and still specify DIR.
--with-jpeg-dir=/usr/local GD: jpeg dir for gd-1.8+
--with-png-dir=/usr/local png dir for pdflib 3.x
--with-imap=/usr/local/include/imap Include IMAP support. DIR is the IMAP include and c-client.a directory.
--with-mysql=/usr/local/mysql Include MySQL support. DIR is the MySQL base directory. If unspecified, the bundled MySQL library will be used.
--enable-trans-sid Enable transparent session id propagation