Chinaunix首页 | 论坛 | 博客
  • 博客访问: 123402
  • 博文数量: 34
  • 博客积分: 1201
  • 博客等级: 少尉
  • 技术积分: 365
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-21 08:56
文章分类

全部博文(34)

文章存档

2012年(1)

2011年(15)

2010年(18)

我的朋友

分类: LINUX

2011-02-16 16:35:13

[issue]
    An incompatible version 1.1.14 of the APR based Apache Tomcat Native library, the APR required at least 1.1.17 version native
 
[solution]
download higher version apr and tomcat-native source package from internet
1, compile apr package first
  tar xvzf apr-1.4.2.tar.gz
  cd apr-1.4.2
  pwd
     /root/apr-1.4.2
  ./configure
  make
  make install
2 compile tomcat-native package
  mkdir /usr/local/apr
  tar xvzf tomcat-native-1.1.20-src.tar.gz
  cd tomcat-native-1.1.20
  cd jni/native
  ./configure --with-apr=/usr/local/apr
  make
  make install
3 pack a package of APRLIB_32.tgz
  cd /usr/local/apr
  tar cvzf APRLIB_32.tgz lib
阅读(1858) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~