Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2006 07:17:40 -0400 (EDT)
From:      Daniel Eischen <deischen@freebsd.org>
To:        "S.N.Grigoriev" <gregory@mdmspb.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: "_malloc_prefork" not found
Message-ID:  <Pine.GSO.4.64.0608230710180.11135@sea.ntplx.net>
In-Reply-To: <20060823092832.CF03143D7F@mx1.FreeBSD.org>
References:  <20060823092832.CF03143D7F@mx1.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.0608230710180.11135>