From owner-freebsd-stable@FreeBSD.ORG Thu Aug 24 05:52:59 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A0E816A4DE; Thu, 24 Aug 2006 05:52:59 +0000 (UTC) (envelope-from gregory@mdmspb.com) Received: from mail.mdmspb.com (mail.mdmspb.com [212.119.187.251]) by mx1.FreeBSD.org (Postfix) with SMTP id 6819E43D46; Thu, 24 Aug 2006 05:52:58 +0000 (GMT) (envelope-from gregory@mdmspb.com) Date: Thu, 24 Aug 2006 09:52:55 +0400 From: "S.N.Grigoriev" To: stable@freebsd.org In-Reply-To: References: <20060823092832.CF03143D7F@mx1.FreeBSD.org> Organization: MDM-Bank SPb PLC Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-fixed: Message-Id: <20060824055258.6819E43D46@mx1.FreeBSD.org> Cc: Daniel Eischen Subject: Re: "_malloc_prefork" not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 05:52:59 -0000 On Wed, 23 Aug 2006 07:17:40 -0400 (EDT) Daniel Eischen wrote: > On Wed, 23 Aug 2006, S.N.Grigoriev wrote: > > > Hi All, > > > > I've updated from amd64 6.1-RELEASE to 6-STABLE. > > All works fine. The only problem: when xmms or > > firefox starts the following message appears: > > > > /libexec/ld-elf.so.1: /lib/libpthread.so.2: Undefined symbol "_malloc_prefork" > > > > The Ports tree is fresh. Both xmms and firefox have been rebuilt. > > Who knows what have I do to fix the problem? > > Your system is not consistent. There is no _malloc_prefork() > (or _malloc_foofork()) in -stable; it only exists in -current. > You've got -current libraries (at least libpthread) on -stable. > libpthread is installed in /usr/lib in RELENG_6, not /lib. > So if you've downgraded from -current, you'll need to remove > the -current libraries that have different locations in > RELENG_6 (no, I don't think there is an automated way to do > this). > > -- > DE Daniel, I thank You very much for Your comment. I've removed all the -current libraries from my system and now all works fine. Regards, Serguey.