wsaer 发表于 2018-11-20 11:08:38

安装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]
查看完整版本: 安装Apache提示APR not found的解决办法