Created
June 10, 2009 22:20
-
-
Save kalendae/127545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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