configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the correspo

Posted Oops!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the correspo相关的知识,希望对你有一定的参考价值。

Apache在2.4版本以后,编译时:

# ./configure --prefix=/usr/local/apache2 --with-included-apr --enable-so --enable-deflate=shared --enable-expires=shared --enable-rewrite=shared --with-pcre



  出现如下错误:

configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and

apr-util packages to ./srclib/.



  网上搜索的解决方法虽正确,网址却是打不开;于是,去apache官网找:

  进官网:www.apache.org --> download --> HTTP 模块下找个比较快的网址 (如:http://apache.fayea.com/) --> 找到apr --> 选择bz2或者gz的版本的apr和apr-util,复制链接,下载到/usr/local/src目录下面。下面是下载的参数,如果出现网址错误,请去官网按照上面的方法下载:

# cd /usr/local/src
# wget http://apache.fayea.com/apr/apr-1.5.2.tar.bz2 # wget http://apache.fayea.com/apr/apr-util-1.5.4.tar.bz2 # tar -jxvf apr-util-1.5.4.tar.bz2
# tar -jxvf apr-1.5.2.tar.bz2



   将解压的库文件夹移动到httpd子目录srclib里(去掉版本号):

# cp -rf apr-1.5.2 /usr/local/src/httpd-2.4.18/srclib/apr   //将版本号去掉,下同
# cp -rf apr-util-1.5.4 /usr/local/src/httpd-2.4.18/srclib/apr-util



  完成上面操作,在执行编译的时候,就不会报错了。

 

参考文章:http://www.lai18.com/content/4710715.html

以上是关于configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the correspo的主要内容,如果未能解决你的问题,请参考以下文章

IntelliJ IDEA - JRebel ERROR org.zeroturnaround.bundled.javassist.CannotCompileException

Apache编译安装的时候出现的报错

Flutter环境配置问题Unable to find bundled Java version.

Electron VueJS - 构建错误 - 无法注册应用程序协议。在 app.asar 中找不到 ENOENT、\dist_electron\bundled

Flutter问题记录 - Unable to find bundled Java version

run ida with bundled jre使用idea内置的jre运行