From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 06:31:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CABE116A41B for ; Wed, 22 Aug 2007 06:31:11 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B9BBE13C45E for ; Wed, 22 Aug 2007 06:31:11 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 820041A3C1A for ; Tue, 21 Aug 2007 23:29:15 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 0C43FC3EE; Wed, 22 Aug 2007 02:31:06 -0400 (EDT) Date: Wed, 22 Aug 2007 02:31:04 -0400 From: Kris Kennaway To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822063102.GA4141@rot26.obsecurity.org> References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> <20070822045118.GB3497@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822045118.GB3497@saturn.pcs.ms> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 06:31:11 -0000 On Wed, Aug 22, 2007 at 06:51:18AM +0200, Martin Schweizer wrote: > Hello Kris > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > around 63 error messages while the system boot up: > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > search: trailing characters ignored > > > No such file or directory > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > directory > > > ... > > > ... > > > > > Looks like it might be a broken symlink. > > > > Why are you updating to 5.5 though? You should be using 6.2. > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > and then to 6.2? OK. It may have been easier (and still could be) to just do a binary upgrade instead. > Any ideas where I can check this symlink? Use find(1) to look for libmalloc.so.1.1 Kris