diff options
Diffstat (limited to 'chapter06/db.xml')
-rw-r--r-- | chapter06/db.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml index 367f85e65..e0a0cbfc1 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -55,6 +55,10 @@ <sect2 role="installation"> <title>Installation of Berkeley DB</title> + <para>Patch the package to eliminate potential trap events:</para> + +<screen><userinput>patch -Np1 -i ../&db-fixes-patch;</userinput></screen> + <para>Prepare Berkeley DB for compilation:</para> <screen><userinput>cd build_unix && |