From owner-freebsd-threads@FreeBSD.ORG Mon Apr 12 18:35:18 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9225616A4CE for ; Mon, 12 Apr 2004 18:35:18 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74EAA43D45 for ; Mon, 12 Apr 2004 18:35:18 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <20040413013517014001is7ne>; Tue, 13 Apr 2004 01:35:18 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA13736; Mon, 12 Apr 2004 18:35:16 -0700 (PDT) Date: Mon, 12 Apr 2004 18:35:15 -0700 (PDT) From: Julian Elischer To: Ganbold In-Reply-To: <6.0.3.0.2.20040413101504.02b09968@202.179.0.80> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org Subject: Re: FBSD 5.2.CURRENT-p4 and mysqld problems X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 01:35:18 -0000 huh? you are running -current and you don't know we have 3 threading libraries? libc_r libthr (one kernel thread per user thread, system contention scope) libpthreads (pretty much all the bells and whistles). do you mean 5.2-RELEASE-p4 or 5.2.1-RELEASE? what exactly are you running? (it makes a difference because libpthread only became the default after 5.2.1) there is even a whole thread about running mysql linked with -lpthread. I've cc'd the threads list as I've never run Mysql (ever). but many on this list have and they can tell you the "gotcha's". On Tue, 13 Apr 2004, Ganbold wrote: > Hi, > > At 09:57 AM 13.04.2004, you wrote: > > > >On Tue, 13 Apr 2004, Ganbold wrote: > > > > > Ken, > > > > > > Thank you very much for reply. I'm having this problem since March 13th, > > > and having big trouble. > > > I compiled mysql with linuxthreads-2.2.3-15. > > > >Is there a reason you don't use one of the FreeBSD threading libraries? > > What kind of libraries? Can you mention those? How can I compile mysql to > use one of threading libraries? > > tia, > > Ganbold > > > > > > >