From owner-freebsd-current@FreeBSD.ORG Tue Mar 23 18:54:14 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 9001416A4CE; Tue, 23 Mar 2004 18:54:14 -0800 (PST) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05E543D2D; Tue, 23 Mar 2004 18:54:13 -0800 (PST) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with asmtp (Exim 4.30; FreeBSD) id 1B5yS0-000M4G-7B; Wed, 24 Mar 2004 10:49:04 +0800 Message-Id: <6.0.3.0.2.20040324105608.029db1c8@202.179.0.80> X-Sender: ganbold@micom.mng.net@202.179.0.80 X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Wed, 24 Mar 2004 10:59:06 +0800 To: Alex Dupre From: Ganbold Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org cc: freebsd-threads@freebsd.org Subject: Re: MySQL 4.0.18 server problem on FreeBSD 5.2-Current 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: Wed, 24 Mar 2004 02:54:14 -0000 Hi, It seems like tcp connections is not working in another machine with mysql-4.0.18. I will add CPUTYPE=p4 in /etc/make.conf and install it and test it. I will let you know the results. regards, Ganbold At 09:41 PM 23.03.2004, you wrote: >Ganbold wrote: > >>Before mysql update was really easy, but now I have big problem. >>What should do in this case? Is there anybody solved this problem before? > >You should read the mailing lists before posting on them...btw, it seems >to be a problem with CPUTYPE not set in /etc/make.conf.....currently it is >known to work with CPUTYPE=p3 and to not work without CPUTYPE....otherwise >you can remove --with-libwrap from your Makefile and loose the tcpwrapper >support. > >-- >Alex Dupre