Autor: Stian Grytoyr Data: Dla: sharun CC: exim-users Temat: Re: [Exim] DB problem on FreeBSD 5.0
sharun@??? writes:
| So, solution:
| 1. Create Local/Makefile
| 2. do make makefile
| 3. Change <db.h> to BDB's db.h (in dbstuff.h line 101) in
| my case this is #include </usr/local/include/db4/db.h>
| 4. Modify LIBS=-lcrypt to LIBS=-lcrypt -L/usr/local/lib
| -ldb4 in os-specific makefile (build-FreeBSD-i386/Makefile)
Ah, wonderful! This worked very well, and the error messages
have disappeared.
# ./exim -bV
Exim version 4.12 #6 built 20-Feb-2003 12:16:00
Copyright (c) University of Cambridge 2002
Berkeley DB: Sleepycat Software: Berkeley DB 4.0.14:
(November 18, 2001)
[...]