From owner-freebsd-questions Wed Sep 16 13:29:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29177 for freebsd-questions-outgoing; Wed, 16 Sep 1998 13:29:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nserver.grandforks.af.mil (nserver.GrandForks.af.mil [132.10.120.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29135 for ; Wed, 16 Sep 1998 13:29:36 -0700 (PDT) (envelope-from erickson@nserver.grandforks.af.mil) Received: from localhost (erickson@localhost) by nserver.grandforks.af.mil (8.9.1a/8.9.1) with SMTP id PAA29045; Wed, 16 Sep 1998 15:28:12 -0500 (CDT) Date: Wed, 16 Sep 1998 15:28:12 -0500 (CDT) From: "Jay E. Erickson" To: David Wolfskill cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail 8.9.1a will not compile with TCPWRAPPERS option again In-Reply-To: <199809161548.IAA10933@pau-amma.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, Thanks David for pointing out my first mistake I am still trying to compile the latest sendmail 8.9.1a (with patch) with wrapper support (7.6) here is what I get now (I've included my site.config.m4 at the bottom) am I missing something or am I just stupid? Configuration: os=FreeBSD, rel=2.2.2-RELEASE, rbase=2, rroot=2.2, arch=i386, sfx= Making in obj.FreeBSD.2.2.2-RELEASE.i386 cc -O -I. -I/usr/local/include/ -DNEWDB -DNIS -DMAP_REGEX -D_FFR_MAX_MIME_HEADER_LENGTH=1 -DTCPWRAPPERS -c conf.c In file included from conf.c:3783 /usr/local/include/tcpd.h:11 redefinition of `struct host_file' /usr/local/include/tcpd.h:21 redefinition of `struct request_info' /usr/local/include/tcpd.h:157 redefinition of `struct tcpd_context' *** Error code 1 Stop. [site.config.m4] APPENDDEF(`confENVDEF', `-D_FFR_MAX_MIME_HEADER_LENGTH=1') APPENDDEF(`confENVDEF', `-DTCPWRAPPERS') APPENDDEF(`confLIBS', `-lwrap') APPENDDEF(`confINCDIRS', `-I/usr/local/include/') APPENDDEF(`confLIBDIRS', `-L/usr/local/lib/') To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message