Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 15:28:12 -0500 (CDT)
From:      "Jay E. Erickson" <erickson@nserver.grandforks.af.mil>
To:        David Wolfskill <dhw@whistle.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: sendmail 8.9.1a will not compile with TCPWRAPPERS option again
Message-ID:  <Pine.BSF.4.02A.9809161520020.29026-100000@nserver.grandforks.af.mil>
In-Reply-To: <199809161548.IAA10933@pau-amma.whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9809161520020.29026-100000>