diff options
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 |