linux下tomcat apr 安装问题

求高手帮忙:
按网上的文档安装apr一切顺利,但tomcat在启动的时候apr仍然找不到。。。

2015-7-7 15:17:31 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:
/usr/java/jdk1.6.0_27/jre/lib/i386/server:/usr/java/jdk1.6.0_27/jre/lib/i386:/usr/java/jdk1.6.0_27/jre/../lib/i386:/lib:/usr/local/apr/lib:/usr/local/apr:/usr/java/packages/lib/i386:/lib:/usr/lib
2015-7-7 15:17:31 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8081

各组件版本:
1、apr-1.5.2.tar.gz;
2、apr-util-1.5.4.tar.gz;
3、tomcat-native.tar.gz(apache-tomcat-6.0.43.tar.gz及其解压后bin目录下)
环境变量:
#apr
export LD_LIBRARY_PATH=$CATALINA_HOME/lib:/usr/local/apr/lib:/usr/local/apr

都卸载重装过了实在找不出哪里出问题了。。。。。。linux不太熟,求高手帮忙看看,或者给个排错思路也好,截图是apr安装后
图片说明

放到系统路径呢。
http://stackoverflow.com/questions/18812762/the-apr-based-apache-tomcat-native-library-was-not-found-on-the-java-library-pat

或者自己安装
sudo apt-get install libapr1.0-dev libssl-dev

yum install apr-devel openssl-devel
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package apr-devel available.
Nothing to do

汗。。。。