From owner-freebsd-current@FreeBSD.ORG Sun Oct 30 13:46:08 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA90916A41F; Sun, 30 Oct 2005 13:46:08 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: from mail.snowfall.se (pluring.snowfallnet.com [82.99.34.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443B443D46; Sun, 30 Oct 2005 13:46:07 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: from [10.16.193.66] (gprs2.vodafone.se [217.174.67.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.snowfall.se (Postfix) with ESMTP id 21A001D; Sun, 30 Oct 2005 14:46:02 +0100 (CET) Message-ID: <4364CE95.9030107@snowfall.se> Date: Sun, 30 Oct 2005 14:45:57 +0100 From: Stefan Cars User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Greg 'groggy' Lehey , current@freebsd.org Subject: Re: MySQL crashes on amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 13:46:08 -0000 Hi No. I don't need both. Removed libpthread.so.1 and still the same problem. /S Daniel Eischen wrote: > On Sun, 30 Oct 2005, Stefan Cars wrote: > >>Adding to this, using the following in libmap.conf fixes the problems: >> >>libpthread.so libthr.so >>libpthread.so.1 libthr.so.2 >>libpthread.so.2 libthr.so.2 > > > If you need both of those, then you're using multiple versions > of libpthread in the same application. You need to rebuild > everything mysql depends on, most likely all ports or you will > have problems elsewhere. If you think you have done this, then > move libpthread.so.1 out of the way and see if you have any > problems. >