Summary: error compiling sendmail using "-DNEWDB"

From: Muhammad Kashif Siddiqi <kashifs_at_gerrys.net>
Date: Wed Mar 13 2002 - 10:51:56 EST
Hi all

THNX to John who helped me in the beginning my first problem  was that
when compiling sendmail with -DNEWDB it gave error that it couldn't find
"db.h". This was solved when John told me to install the new DB from
sleepycat.com and add the location
APPENDDEF(`confMAPDEF', `-DNEWDB')
APPENDDEF(`confLIBDIRS',
`-L/usr/local/src/sendmail/db-3.2.9/build_unix')
APPENDDEF(`confINCDIRS',
`-I/usr/local/src/sendmail/db-3.2.9/build_unix')
APPENDDEF(`confLIBS', `-ldb')

This should have worked but only if I hadn't made a simple mistake
..........

i.e. instead of "L" in APPENDDEF(`confLIBDIRS',
`-L/usr/local/src/sendmail/db-3.2.9/build_unix')

I typed "I"

a simple but crucial mistake.

that's was all

THNX any way to all those who helped.
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Wed Mar 13 09:51:15 2002

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:36 EST