From owner-freebsd-questions@FreeBSD.ORG Sun Aug 28 20:31:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80D7516A41F for ; Sun, 28 Aug 2005 20:31:02 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449A743D48 for ; Sun, 28 Aug 2005 20:31:02 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j7SKV1jO021978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Aug 2005 13:31:01 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050828132725.04331eb0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sun, 28 Aug 2005 13:31:01 -0700 To: Matt Virus , freebsd From: Glenn Dawson In-Reply-To: <4311DACA.6030708@gmail.com> References: <4311DACA.6030708@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Mysql without linuxthreads on 5.4? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 20:31:02 -0000 At 08:39 AM 8/28/2005, Matt Virus wrote: >In trying to install mysql40-server on a newly-installed and cvsup'd >5.4 installation, while installing mysql the install process dies >during the linuxthreads dependancy install. > >I read that freebsd post-5.3 has a new threading method and >linuxthreads shouldn't even be necessary. In all my attempts to >install mysql without linuxthreads i've been unsuccessful. make >install WITH_LINUXTHREADS=no, modifying /etc/make.conf, and other >things all result in the mysql install process choking on linuxthreads. The makefile for mysql40-server checks to see if WITH_LINUXTHREADS defined, so even setting it to no will still cause it to use linux threads. You might also need to do a make rmconfig to make sure that linux threads isn't being enabled from a previous install. -Glenn >I ran portupgrade to sync everything to current version (barely >anything installed as it was a fresh install yesterday) and i still >get the same problem. > >Any help is appreciated >-- >Matt Virus ("veer-iss") >http://www.mattvirus.net >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"