十cent OS开启APR模式报错:configure: error: Found APR 1.3.9. You need version 1.4.3 or newer installed(示例代码(

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了十cent OS开启APR模式报错:configure: error: Found APR 1.3.9. You need version 1.4.3 or newer installed(示例代码(相关的知识,希望对你有一定的参考价值。

错误内容显示APR的版本过低,需要新版本

  1. http://apr.apache.org/download.cgi#apr1这个地址下载所需要的包
    apr-1.4.5.tar.gz 
    apr-iconv-1.2.1.tar.gz 
    apr-util-1.3.12.tar.gz

  2. 安装APR
    tar zxvf apr-1.4.5.tar  
    cd apr-1.4.5  
    ./configure --prefix=/usr/local/apr  
    make  
    make install  

     

  3. 安装apr-iconv
    tar -zxvf apr-iconv-1.2.1.tar.gz  
    cd apr-iconv-1.2.1  
    ./configure --prefix=/usr/local/apr-iconv --with-apr=/usr/local/apr  
    make  
    make install

     

  4. 安装 apr-util
    tar zxvf apr-util-1.3.12.tar.gz  
    cd apr-util-1.3.12  
    ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr --with-apr-iconv=/usr/local/apr-iconv/bin/apriconv  
    make  
    make install 

     

  5. 在使用native的./configure命令时,要使用:./configure --with-apr=/usr/local/apr --with-java-home=/usr/local/java/jdk1.8.0_144 --with-ssl=/usr/local/openssl 用参数指定安装目录
    参考链接:
    http://pengranxiang.iteye.com/blog/1128905

以上是关于十cent OS开启APR模式报错:configure: error: Found APR 1.3.9. You need version 1.4.3 or newer installed(示例代码(的主要内容,如果未能解决你的问题,请参考以下文章

tomcat8开启APR模式

tomcat 配置开启 APR 模式

cent OS linux启动问题 看图

十cent OS下搭建SVN服务器

cent OS 7用ifconfig查询IP

如何检查cent os是不是开启ssh