Date: Sun, 12 Jul 1998 12:47:41 -0500 From: Matthew Jason Euclid Barnhart <euclid@io.com> To: freebsd-current@FreeBSD.ORG Subject: Secure portmap in /usr/src/usr.sbin/portmap Message-ID: <19980712124741.46946@io.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980712124741.46946>