From owner-freebsd-current Wed Mar 15 17:30: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from canonware.com (canonware.com [199.181.107.39]) by hub.freebsd.org (Postfix) with SMTP id BA92937BB01 for ; Wed, 15 Mar 2000 17:30:02 -0800 (PST) (envelope-from jasone@canonware.com) Received: (qmail 69100 invoked by uid 1001); 16 Mar 2000 01:27:15 -0000 Date: Wed, 15 Mar 2000 17:27:15 -0800 From: Jason Evans To: Zherdev Anatoly Cc: freebsd-current@freebsd.org Subject: Re: mysql & FreeBSD 4.0 problem Message-ID: <20000315172715.D333@sturm.canonware.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from tolyar@mx.ru on Wed, Mar 15, 2000 at 11:51:52AM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 15, 2000 at 11:51:52AM +0300, Zherdev Anatoly wrote: > Hello. > > I have some problem with MySQL & 4.0 > > If MySQL compile -static on last snapshots (I tried snapshots 20000214 > & 20000313), mysqld don't work correctly. > After starting mysqld listen port and don't print errors, but > telnet localhost 3306 don't write mysql version (mysqld nothing print :( ) > and mysql client can't connect too. > > Telnet don't break connection while i don't kill mysqld. > > Mysql dynamicaly compiled work correct (mysqld print version number if connect > on it port). > > On old snapshots (i tried on 20000112) and FreeBSD 3.x (i tried 3.4 stable > 20000125) all work OK. > I test it on different computers SMP/non SMP. I added additional support for pthread_cancel() on 27 January that doesn't interact with the static linker well. This is almost surely the reason you're having problems. I'm very close (an hour, maybe) to checking a fix into the RELENG_4 branch, as well as the head. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message