<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.2">
</HEAD>
<BODY>
tags 549886 + patch<BR>
tags 549854 + patch<BR>
tags 544433 + patch<BR>
thanks<BR>
<BR>
This patch fixes building against DB 4.8 (it should apply over 2.0.4 as well as over 2.0.7 for the Debian 2.0.4 packaging ports fine), among a few other details.<BR>
<BR>
The salient point is this:<BR>
<BLOCKQUOTE>
    +-#if (DB_VERSION_MAJOR == 4 &amp;&amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \<BR>
    +-&nbsp;&nbsp;&nbsp;&nbsp; DB_VERSION_MINOR == 7)<BR>
    ++#if ((DB_VERSION_MAJOR &gt; 4) || \<BR>
    ++&nbsp;&nbsp;&nbsp;&nbsp; (DB_VERSION_MAJOR == 4 &amp;&amp; DB_VERSION_MINOR &gt;= 7))<BR>
    +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (private-&gt;log_auto_remove) {<BR>
    +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ret = dbenv-&gt;log_set_config (dbenv, DB_LOG_AUTO_REMOVE, 1);<BR>
</BLOCKQUOTE>
<BR>
&nbsp;&nbsp;&nbsp; -- Cyrille<BR>
<BR>
</BODY>
</HTML>