From owner-freebsd-questions Mon Sep 18 16:34:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mentat.oko.com.pl (mentat.oko.com.pl [212.160.242.177]) by hub.freebsd.org (Postfix) with SMTP id 91D6337B423 for ; Mon, 18 Sep 2000 16:34:13 -0700 (PDT) Received: (qmail 34915 invoked by uid 1000); 18 Sep 2000 23:33:10 -0000 Date: Tue, 19 Sep 2000 01:33:10 +0200 From: Marek Florianczyk To: Mike Meyer Cc: freebsd-questions@freebsd.org Subject: Re: ldconfig ? Message-ID: <20000919013310.A34894@mentat.oko.com.pl> References: <109612321@toto.iv> <14790.41314.645759.296844@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <14790.41314.645759.296844@guru.mired.org>; from "Mike Meyer" on Mon Sep 18, 2000 at 06:12:34PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank's a lot. It's working. Marek On Mon Sep 18, 2000 at 06:12:34PM -0500, Mike Meyer wrote: > Marek Florianczyk writes: > > I've FreeBSD 3.5. Few day's ago I've added linux-base from ports > > collections. Now some programs doesn't starts > > /usr/libexec/ld-elf.so.1: Shared object "libwrap.so.7" not found > > Did you possibly do something other than the install? That shouldn't > have broken anything. > > > libwrap.so.7 is in /usr/local/lib > > How to repair this ? > > I've not got a 3.x system handy (though I'm working on that), but try > "ldconfig -m /usr/local/lib". You may need to add -aout or -elf, or > run it once with each. > >