"INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:"
I downloaded, built and installed the Apache Portable Runtime (apr-1.2.

I added to startup script LD_LIBRARY_PATH to point to /usr/local/apr/lib. Now when I start scalix-tomcat I see the following error:
"SEVERE: An incompatible version 1.1.1 of the Apache Tomcat Native library is installed, while Tomcat requires version 1.1.2"
I tried to download the 1.1.2 source, but according to the Apache Tomcat Native library website (http://tomcat.apache.org/tomcat-5.5-doc/apr.html): "The wrapper library sources are located in the Tomcat binary bundle, in the bin/tomcat-native.tar.gz archive"
Any suggestions?