From owner-freebsd-current@FreeBSD.ORG Sat Mar 20 16:54:27 2004 Return-Path: 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 DFC2516A4CE for ; Sat, 20 Mar 2004 16:54:27 -0800 (PST) Received: from mail.crypta.net (mail.crypta.net [194.97.74.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4F143D45 for ; Sat, 20 Mar 2004 16:54:27 -0800 (PST) (envelope-from ah@crypta.net) Received: by mail.crypta.net (Postfix, from userid 1001) id AAE92ECD41E; Sun, 21 Mar 2004 01:54:24 +0100 (CET) Date: Sun, 21 Mar 2004 01:54:23 +0100 From: Andy Hilker To: Craig Rodrigues Message-ID: <20040321005423.GA48575@mail.crypta.net> References: <20040320113555.GA39126@mail.crypta.net> <20040320192551.GA30089@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040320192551.GA30089@crodrigues.org> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker cc: current@freebsd.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Mar 2004 00:54:28 -0000 Hi, You (Craig Rodrigues) wrote: > On Sat, Mar 20, 2004 at 12:35:56PM +0100, Andy Hilker wrote: > > Hi, > > > > i have used mysql41 with linuxthreads since a few month without problems. > > Now linuxthreads from ports does not compile and i wanted to try > > without linuxthreads. > > Look at the mailing list archives for the freebsd-threads > mailing list. There was some discussion about mysql. > > http://lists.freebsd.org/pipermail/freebsd-threads > http://lists.freebsd.org/pipermail/freebsd-threads/2004-January/ It seems that i have a similar issue like http://lists.freebsd.org/pipermail/freebsd-threads/2004-February/001660.html But maybe it is not fixed or exists again. Bumping up thread sysctls or using libmap.conf are not better. mySQL becomes very unresponsive. I will try once again a completely update of world + ports with libmap.conf settings: 1) libc_r.so.5 libpthread.so.1 libc_r.so libpthread.so And if it does not work 2) (Alex Dupre told me this) libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so By the way... what is the current recommended way for building mysql if linuxthreads are not an option? I do not understand why "make install" does not really work. Has anybody a working mysql-41 server on recent current successfully compiled and run? Thanks for answering. Andy