安装apr
vim configure
删除: $RM ‘$cfgfile’
./configure --prefix=/home/yeelone/usr
make && make install
安装apr-utils
./configure --prefix=/home/yeelone/usr --with-apr=/home/yeelone/usr/bin/apr-1-config
make && make install
安装pcre
(确认gcc-c++有安装 Ubuntu : apt-get install g++)
./configure --prefix=/home/yeelone/usr/pcre
安装apache
./configure --prefix=/home/yeelone/usr/apahce2 --with-apr=/home/yeelone/usr/bin/apr-1-config --enable-so --with-apr-util=/home/yeelone/usr/bin/apu-1-config --with-pcre=/home/yeelone/usr/pcre/bin/pcre-config
make && make install
声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。