[Mimedefang] Re: /usr/sbin/makemap

Jeremy Mates jmates at sial.org
Tue Mar 25 13:45:01 EST 2003


* Ole Craig <olc at cs.umass.edu>
> 	You're most likely missing -DNEWDB from your build args.

Or sendmail cannot find the DB libraries in the search path, as -DNEWDB
is enabled by default on a number of common systems.

makemap -l

and

sendmail -d0 </dev/null | grep DB

can be informative with regard to what hashy-type thingies are
available on the system in question.

Use something like the following to fiddle with the library and include
paths in a site.config.m4 when building sendmail:

APPENDDEF(`confLIBDIRS', `-L/opt/lib')
APPENDDEF(`confINCDIRS', `-I/opt/include')



More information about the MIMEDefang mailing list