From owner-freebsd-questions Wed Feb 18 08:33:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08646 for freebsd-questions-outgoing; Wed, 18 Feb 1998 08:33:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08554 for ; Wed, 18 Feb 1998 08:32:59 -0800 (PST) (envelope-from marcus@miami.edu) Received: from localhost by jaguar.ir.miami.edu (PMDF V5.1-10 #24029) with SMTP id <0EOL002011YQRH@jaguar.ir.miami.edu> for questions@FreeBSD.ORG; Wed, 18 Feb 1998 11:32:50 -0500 (EST) Date: Wed, 18 Feb 1998 11:32:50 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: Re: ld.so failed: Can't find shared library "libwrap.so.7.6" In-reply-to: To: Dave Hummel Cc: questions@FreeBSD.ORG 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 After you install tcp_wrappers, you need to do a ldconfig -m /usr/local/lib to have ldconfig rehash on the new libraries. Also, make sure /usr/local/lib is searched at startup. ldconfig -r will show you all the libraries you can link with if you need to know which are loading. Joe Clarke On Wed, 18 Feb 1998, Dave Hummel wrote: > After a make world on stable I'm getting: > ld.so failed: Can't find shared library "libwrap.so.7.6" > this has not happened before. > > I tried reinstalling tcp_wrappers, but it doesn't make a > difference. Now I'm wondering what I screwed up. > > I'm guessing that my solution lies in ldconfig but the > man pages haven't been much help. Can anyone shed some > light or point me in the right direction? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message