Skip to content

Instantly share code, notes, and snippets.

@kalendae
Created June 10, 2009 22:20
Show Gist options
  • Save kalendae/127545 to your computer and use it in GitHub Desktop.
Save kalendae/127545 to your computer and use it in GitHub Desktop.
yum install apr.x86_64
yum install apr-devel.x86_64
yum install openssl-devel.x86_64
tar xzvf tomcat-native.tar.gz (the file is located at bin/tomcat-native.tar.gz of the tomcat binary dir)
cd jni/native
./configure --with-apr=/usr/bin/apr-1-config
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment