Re: [Exim] GDBM

Pàgina inicial
Delete this message
Reply to this message
Autor: Gabor Z. Papp
Data:  
A: exim-users
Assumpte: Re: [Exim] GDBM
* Philip Hazel <ph10@???>:

| You haven't got USE_DB=YES as well have you? If so, that's the problem.
| I should probably diagnose that bad combination.


I have only LOOKUP_DBM=yes defined. Is that problem? Because
I still can't compile the latest exim4.

$ grep DB Makefile
#LOOKUP_DBM=yes
USE_GDBM=YES
DBMLIB=-R/usr/lib -L/usr/lib -lgdbm
# LOOKUP_CDB=yes
# LOOKUP_DNSDB=yes
# DB_DIRECTORY_MODE=0750
# DB_MODE=0640
# DB_LOCKFILE_MODE=0640
# The TESTDB lookup is for performing tests on the handling of lookup results,
# LOOKUP_TESTDB=yes

| Have you looked at tdb?


Yes, but I would like go with gdbm or sleepycat db. I don't
want maintain another db version. :-)