SUMMARY:sendmail with TCPWRAPPERs

From: Feng Qiu (fqiu@bmb-fs1.biochem.okstate.edu)
Date: Thu Sep 23 1999 - 13:40:06 CDT


Hello, all,
Thanks to :
Benno <benoit@Mathematik.Uni-Marburg.de>
Carl Brewer <carl@bl.echidna.id.au>
Carl's answer works for me. I got error message:
can not find vfork.h
for Benno's method. I don't know why. Maybe confLIBS disabled
LD_LIBRARY_PATH.
Thanks!
Feng Qiu

RESPONSES
------------------

 Benno <benoit@Mathematik.Uni-Marburg.de>

> -D option? What syntax of site.config.m4 file use?

<sendmail-tree>/BuildTools/Site/site.config.m4

PUSHDIVERT(1)
define(`confENVDEF', `-DTCPWRAPPERS')
define(`confLIBS', `-lwrap')
define(`confINCDIRS', `-I<path-to-tcpwrapper-include> -I/usr/include')
define(`confLIBS', `-L<path-to-tcpwrapper-lib> -L/usr/lib')

The syntax is explained in the README-file.

Carl Brewer <carl@bl.echidna.id.au>

put -DTCPWRAPPERS in the makefile in the object directory created
by the build command, then manually run make in that directory.

For the rest, read the doco.

ORIGINAL QUESTION:
----------------------

Hello, all,
How can I use -DTCPWRAPPERS? 8.9.3 use Build macro, where I should put
-D option? What syntax of site.config.m4 file use?
Thanks!
Feng Qiu



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:13:26 CDT