From owner-freebsd-questions Mon Sep 18 16:13:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-100.telepath.com [216.14.1.100]) by hub.freebsd.org (Postfix) with SMTP id 1588B37B43E for ; Mon, 18 Sep 2000 16:13:11 -0700 (PDT) Received: (qmail 70454 invoked by uid 100); 18 Sep 2000 23:12:34 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14790.41314.645759.296844@guru.mired.org> Date: Mon, 18 Sep 2000 18:12:34 -0500 (CDT) To: Marek Florianczyk Cc: questions@freebsd.org Subject: Re: ldconfig ? In-Reply-To: <109612321@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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.