Exim is supposed to work with gdbm which I have version 1.8.0-5 plus the
development package of the same version.
I get the following complain doing a make:
gcc -c -O -I. dummies.c
gcc -c -O -I. spool_in.c
In file included from exim.h:332,
from spool_in.c:11:
dbfn.h:107:16: db.h: No such file or directory
make[1]: *** [spool_in.o] Error 1
make[1]: Leaving directory `/usr/src/exim-3.22/build-Linux-i386'
make: *** [go] Error 2
Here I did a find:
find / -name db.h
/usr/include/db1/db.h
/usr/include/kpathsea/db.h
I also did:
rpm -qa | grep db1
db1-1.85-4
db1-devel-1.85-4
and
rpm -qa | grep gdb
gdbm-1.8.0-5
gdbm-devel-1.8.0-5
xxgdb-1.12-16
gdb-5.0-7
I read in dbm.discuss.txt some about this - but I'm already in over my
head. What and where do I have to add the information for it to find the
db.h file - I think that is what I need to do??????
------------------------------------------------
Karl Schmidt (ks150) EMail Karl@???
Transtronics, Inc. WEB http://xtronics.com
3209 West 9th Street Ph(785) 841-3089
Lawrence, KS 66049 FAX(785) 841-0434