Compiling Solaris10's default TCPwrappers into sendmail

Undefined                       first referenced
 symbol                             in file
deny_severity                       /usr/sfw/lib/libwrap.so
allow_severity                      /usr/sfw/lib/libwrap.so
ld: fatal: Symbol referencing errors. No output written to editmap
If your site.config.m4 file contains the line
replace
APPENDDEF(`confLIBS', `-lwrap -ldb')

with
APPENDDEF(`conf_sendmail_LIBS', `-lwrap')

and re-compile.

Thanks to Bill Cole.


tcp_wrappers_7.6-ipv6.4