From owner-freebsd-bugs Wed Mar 12 07:25:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA19111 for bugs-outgoing; Wed, 12 Mar 1997 07:25:57 -0800 (PST) Received: from pir.net (moek.pir.net [158.43.129.42]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19092; Wed, 12 Mar 1997 07:25:49 -0800 (PST) Received: (from pir@localhost) by pir.net (8.8.5/6.6.6) id PAA16708; Wed, 12 Mar 1997 15:25:44 GMT Date: Wed, 12 Mar 1997 15:25:44 GMT From: Peter Radcliffe Message-Id: <199703121525.PAA16708@pir.net> To: freebsd-bugs@freebsd.org, freebsd-ports@freebsd.org Subject: tcp wrappers + portmapper with libwrap fails Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been upgrading one of my machines recently, and I finally got round to installing tcp_wrappers 7.5. I hacked the port makefile and patch to use 7.5 instead of 7.4 (which may mhave security problems) and it all installed fine, including the added dynamic library in /usr/local/lib. Then I recompiled the portmapper to use libwrap. I rebooted the machine to test everything ... portmap failed because it couldnt find the dynamic libwrap - this is before ldconfig is run. I've fudged it in the short term by adding 'LD_LIBRARY_PATH=/usr/local/lib portmap' rather than just 'portmap', but I was wondering on thoughts to fix this combination properly ... portmap could be compiled staticly - this is a waste of memory. libwrap could be put in /usr/lib - not the right place for it. Any other suggestions ? Peter.