The fix I posted earlier fix part of the problem.
I tried this suggestion from
Steve VanDevender, which worked well
he wrote:
"In Digital UNIX 4.0x the dbm functions are integrated into libc, so
-ldbm isn't needed for linking them in. You can tell the sendmail build
system to not link with -ldbm by explicitly defining "confLIBSEARCH" and
"confLIBS" in devtools/Site/site.OSF1.m4 to indicate only the libraries
you want it to look for and link with.
As an example, here's a simple site.OSF1.m4 that should do this:
define(`confCC', `cc')
define(`confOPTIMIZE', `-std1 -O2')
define(`confLIBS', `')
define(`confLIBSEARCH', `db')
thanks again to all on the list.
Jeff
----
Jeff Foster
642-8552
CCS - Open Systems Group
UC Berkeley
Received on Wed Mar 05 2003 - 22:36:33 NZDT