summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-09-24 15:57:55 -0700
committerMark Spruiell <mes@zeroc.com>2009-09-24 15:57:55 -0700
commit6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1 (patch)
tree70a94f23df5f354f2052d2bfe0575a67bbf90e43 /java
parentBug 1808 - don't rely on config file for log output (diff)
downloadice-6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1.tar.bz2
ice-6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1.tar.xz
ice-6504a6bbcd0a433decdf1feb11f60ef3ab2e29e1.zip
migrate to Berkeley DB 4.8
Diffstat (limited to 'java')
-rw-r--r--java/INSTALL2
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