On Tue, Aug 26, 2003 at 09:08:02PM +0100, Stephen Kitchener wrote:
> On Tuesday 26 Aug 2003 08:02 am, Andreas Metzler wrote:
> > On Mon, Aug 25, 2003 at 11:12:44PM +0100, Stephen Kitchener wrote:
[...]
>>> I have set in the Local/Makefile the following
>>> USE_DB=yes
>>> INCLUDE=-I/usr/local/BerkeleyDB.4.1/include
>>> DBMLIB=-L/usr/local/BerkeleyDB.4.1/lib/libdb.a
>>> as extras to the Makefile, as described in the help on exims site.
>> [...]
>> Could you show us where you read that, so it can be fixed? This is
>> broken.
> If you follow the link to "Documentation anf FQA" on the side panel and select
> the "here" link under "Frequently Asked Questions - FAQ" , then select "1.
> BUILDING AND INSTALLING", this details the information which I followd.
[...]
Thanks.
------------------
*** doc/exim4-doc-html/html/FAQ_1.html Wed May 14 11:41:34 2003
--- /tmp/FAQ_1.html Tue Aug 26 22:47:03 2003
***************
*** 350,356 ****
</p>
<pre>
INCLUDE=-I/usr/local/BerkeleyDB.4.1/include
! DBMLIB=-L/usr/local/BerkeleyDB.4.1/lib/libdb.a</pre>
<p>
(Check that the first directory contains the db.h file and that the
second library exists.)
--- 350,356 ----
</p>
<pre>
INCLUDE=-I/usr/local/BerkeleyDB.4.1/include
! DBMLIB=/usr/local/BerkeleyDB.4.1/lib/libdb.a</pre>
<p>
(Check that the first directory contains the db.h file and that the
second library exists.)
------------------
cu andreas