Hi

Yes, at least it worked for me tomcat6

I downloaded apr from http://apr.apache.org/
extract and compile it in /opt

then I ./configure native library --with-apr=/usr/local/apr
 then in catalina.sh
LD_LIBRARY_PATH=/usr/local/apr/lib
export LD_LIBRARY_PATH

I hope this will help you

Jean

ssozonoff a écrit :
> Hi All,
> 
> Has anyone successfully compiled the Tomcat Native Library on Debian Etch?
> 
> Our IT guys insist on using this Distro, my experience lies with Gentoo....
> 
> So I run a ./configure --with-apr=/usr/bin --disable-openssl
> 
> Any the get loads of errors which look the following:
> 
> ./configure: line 4315: APR_INCLUDES: command not found
> ./configure: line 4316: APR_LIBS: command not found
> ./configure: line 4317: APR_LIB_TARGET: command not found
> ./configure: line 4318: APR_SO_EXT: command not found
> .......
> .......
> etc .
> 
> Thanks,
> Serge
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to