diff options
Diffstat (limited to 'docs/installation/build_unix_encrypt.html')
-rw-r--r-- | docs/installation/build_unix_encrypt.html | 45 |
1 files changed, 31 insertions, 14 deletions
diff --git a/docs/installation/build_unix_encrypt.html b/docs/installation/build_unix_encrypt.html index 196881fd..500163fb 100644 --- a/docs/installation/build_unix_encrypt.html +++ b/docs/installation/build_unix_encrypt.html @@ -7,14 +7,14 @@ <link rel="stylesheet" href="gettingStarted.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" /> - <link rel="up" href="upgrade_11gr2_toc.html" title="Chapter 12. Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0" /> + <link rel="up" href="upgrade_11gr2_toc.html" title="Chapter 14. Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0" /> <link rel="prev" href="upgrade_11gr2_repmgr.html" title="Support for Multiple Client-to-Client Peers" /> <link rel="next" href="build_unix_db_nosync.html" title="DB_NOSYNC Flag to Flush Files" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="upgrade_11gr2_repmgr.html">Prev</a> </td> - <th width="60%" align="center">Chapter 12. - Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0 - </th> + <th width="60%" align="center">Chapter 14. Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0 </th> <td width="20%" align="right"> <a accesskey="n" href="build_unix_db_nosync.html">Next</a></td> </tr> </table> @@ -38,15 +36,34 @@ </div> </div> </div> - <p>In this release, the configuration options, --disable-cryptography and --enable-cryptography are deprecated. --disable-cryptography is replaced by --with-cryptography=no and --enable-cryptography is replaced by --with-cryptography=yes. -</p> - <p>To build Berkeley DB with support for cryptography, enter --with-cryptography=yes as an argument to configure instead of --enable-cryptography. -</p> - <p> To build Berkeley DB without support for cryptography, enter --with-cryptography=no as an argument to configure instead of --disable-cryptography. -</p> - <p>Berkeley DB now supports encryption using Intel's Performance Primitive (IPP) on Linux. To build Berkeley DB with support for cryptography using Intel's Performance Primitive (IPP) library, enter --with-cryptography=ipp as an argument to configure. -</p> - <p>Note: The --with-cryptography=ipp argument works only on Linux.</p> + <p> + In this release, the configuration options, + --disable-cryptography and --enable-cryptography are + deprecated. --disable-cryptography is replaced by + --with-cryptography=no and --enable-cryptography is replaced + by --with-cryptography=yes. + </p> + <p> + To build Berkeley DB with support for cryptography, enter + --with-cryptography=yes as an argument to configure instead of + --enable-cryptography. + </p> + <p> + To build Berkeley DB without support for cryptography, + enter --with-cryptography=no as an argument to configure + instead of --disable-cryptography. + </p> + <p> + Berkeley DB now supports encryption using Intel's + Performance Primitive (IPP) on Linux. To build Berkeley DB + with support for cryptography using Intel's Performance + Primitive (IPP) library, enter --with-cryptography=ipp as an + argument to configure. + </p> + <p> + Note: The --with-cryptography=ipp argument works only on + Linux. + </p> </div> <div class="navfooter"> <hr /> |