On Sat, Aug 16, 2014 at 9:26 PM, Neil Aggarwal <n...@jammconsulting.com>
wrote:
[truncated]
 cd tomcat-native-1.1.30-src/jni/native
  ./configure --with-apr=/usr/bin/apr-1-config
When I look in /usr/local/apr/lib, I see these files:
libtcnative-1.a  libtcnative-1.la  libtcnative-1.so  libtcnative-1.so.0

---------------

first, don't use tomcat-native-1.1.30, use tomcat-native-1.1.31 from
http://tomcat.apache.org/download-native.cgi
Including thee old version is just Apache Foundation sense of humor.

then you say ./configure --with-apr=/usr/bin/apr-1-config
Is APR really installed, and really there?

Install APR first , maybe in /usr/local/apr/

Then intall the tomcat-native --with-apr=/usr/local/apr
and maybe it will work

Reply via email to