資源簡介
編譯apache,依賴的三個庫,網上這三個庫不好找,分享。
使用:
tar zxvf apr-1.4.5-tar.gz
cd apr-1.4.5
./configure --prefix=/usr/local/apr-httpd/
make
make install
tar zxvf apr-util-1.4.1-tar.gz
cd apr-util-1.4.1
./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/
make
make insta
代碼片段和文件信息
評論
共有 條評論