Created
July 4, 2011 00:33
-
-
Save terrancesnyder/1062758 to your computer and use it in GitHub Desktop.
Ubuntu Tomcat Native Library
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
# grab tc native library | |
sudo apt-get install libtcnative-1 | |
# append below to setenv.sh | |
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment