[Exim] db.h missiing on Build of Exim-4.10

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Richard D Vogel
Datum:  
To: exim-users
Betreff: [Exim] db.h missiing on Build of Exim-4.10
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
While building Exim-4.10 on Mandrake 8.2 I got the error
db.h Missing . After reading all of the README's and INSTALL's and doc files I was still confused. Not being a C programmer or whatever, I finally figured out what they meant.

If you are using gdbm you must include the following in your Local/Makefile

DBMLIB = -lgdbm
USE_GDBM = yes

If the file contains a USE_DB=yes TAKE IT OUT!!!!!!
I assume this also applies to the rest of the dbm's.

Exim is great. We just have to remember that your English sometimes doesn't read like OUR ENGLISH.

Thanks Guys

Richard
--