diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-09-24 15:57:55 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-09-24 15:57:55 -0700 |
commit | 6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1 (patch) | |
tree | 70a94f23df5f354f2052d2bfe0575a67bbf90e43 /java | |
parent | Bug 1808 - don't rely on config file for log output (diff) | |
download | ice-6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1.tar.bz2 ice-6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1.tar.xz ice-6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1.zip |
migrate to Berkeley DB 4.8
Diffstat (limited to 'java')
-rw-r--r-- | java/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/INSTALL b/java/INSTALL index 5b3a7aae15e..aa3710cefd0 100644 --- a/java/INSTALL +++ b/java/INSTALL @@ -107,7 +107,7 @@ to your CLASSPATH and verify that the Berkeley DB shared libraries are in your java.library.path. On Linux, this can be achieved by adding <Berkeley DB home>/lib to your LD_LIBRARY_PATH, for example: - $ export LD_LIBRARY_PATH=/opt/db47/lib:$LD_LIBRARY_PATH + $ export LD_LIBRARY_PATH=/opt/db48/lib:$LD_LIBRARY_PATH bzip2 |