From owner-freebsd-current Sun Jul 12 10:47:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24356 for freebsd-current-outgoing; Sun, 12 Jul 1998 10:47:46 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dillinger.io.com (euclid@dillinger.io.com [199.170.88.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24351 for ; Sun, 12 Jul 1998 10:47:43 -0700 (PDT) (envelope-from euclid@dillinger.io.com) Received: (from euclid@localhost) by dillinger.io.com (8.8.7/8.8.5) id MAA17029; Sun, 12 Jul 1998 12:47:41 -0500 (CDT) Message-ID: <19980712124741.46946@io.com> Date: Sun, 12 Jul 1998 12:47:41 -0500 From: Matthew Jason Euclid Barnhart To: freebsd-current@FreeBSD.ORG Subject: Secure portmap in /usr/src/usr.sbin/portmap Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i X-Barnyard-Animals: Chickens Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My system is PII/266, running 3.0-CURRENT (daily cvsup). I've installed tcp_wrappers-7.6 from the Ports collection, and tcpd works fine from inetd. In looking at the Makefile and source for the distributed portmap, it looks as though I can simply define HOSTS_ACCESS (which I've tried in /etc/make.conf, and by hand) to enable wrappers support. However, every compile fails as such: cc -O -pipe -DHOSTS_ACCESS -DCHECK_PORT -o portmap portmap.o from_local.o pmap_check.o pmap_check.o: Undefined symbol `_hosts_ctl' referenced from text segment pmap_check.o: Undefined symbol `_hosts_ctl' referenced from text segment pmap_check.o: Undefined symbol `_hosts_ctl' referenced from text segment *** Error code 1 Stop. I'm sure I'm doing something completely stupid. Any guidance is appreciated, as I'm at my wit's end with this. Thanks... -- Matthew Jason Euclid Barnhart - euclid@io.com - http://www.io.com/~trc/Euclid/ The Transcontinental Recording Company - trc@io.com - http://www.io.com/~trc/ "God shows his contempt for wealth by the kind of person He selects to receive it." -- Austin O'Malley (1858-1952) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message