安装Apache提示APR not found的解决办法
checking for APR... noconfigure: error: APR not found .Please read the documentation.可以用./configure –help | grep apr 查看帮助。--with-included-apr Use bundled copies of APR/APR-Util--with-apr=PATH prefix for installed APR or the full path to apr-config--with-apr-util=PATH prefix for installed APU or the full path to
安装APR(Apache Portable Runtime ) # cd /tmp/52lamp/ //源码存放位置# tar -zxvf apr-1.4.2.tar.gz //unzip -o apr-1.4.2.zip# cd apr-1.4.2# ./configure# make# make install
页:
[1]