diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/db.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml index ecedf09f9..60d1a65b5 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -55,6 +55,11 @@ <sect2 role="installation"> <title>Installation of Berkeley DB</title> + <para>Apply a patch to Berkeley DB to fix a couple of bugs when accessing + databases via its Java API:</para> + +<screen><userinput>patch -Np1 -i ../&db-fixes-patch;</userinput></screen> + <para>Prepare Berkeley DB for compilation:</para> <screen><userinput>cd build_unix && |