Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Created July 4, 2011 00:33
Show Gist options
  • Save terrancesnyder/1062758 to your computer and use it in GitHub Desktop.
Save terrancesnyder/1062758 to your computer and use it in GitHub Desktop.
Ubuntu Tomcat Native Library
# 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