From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 22:09:34 2006 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 B5EE716A420 for ; Thu, 16 Feb 2006 22:09:34 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from mail.compedgeracing.com (dsl-katy-207-70-139-52.consolidated.net [207.70.139.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 613C043D46 for ; Thu, 16 Feb 2006 22:09:34 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from www.compedgeracing.com (localhost [127.0.0.1]) by mail.compedgeracing.com (Postfix) with ESMTP id 50A4F5C2C; Thu, 16 Feb 2006 16:09:45 -0600 (CST) Received: from 63.97.49.74 (SquirrelMail authenticated user ruzzi) by www.compedgeracing.com with HTTP; Thu, 16 Feb 2006 16:09:45 -0600 (CST) Message-ID: <4514.63.97.49.74.1140127785.squirrel@www.compedgeracing.com> In-Reply-To: <1893863940.20060216221122@free.fr> References: <1893863940.20060216221122@free.fr> Date: Thu, 16 Feb 2006 16:09:45 -0600 (CST) From: "Robert Uzzi" To: "Mathieu CHATEAU" User-Agent: SquirrelMail/1.4.6-rc1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: Mysql 5 Cluster & FreeBSD 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: Thu, 16 Feb 2006 22:09:34 -0000 Add this to /usr/local/etc/pkgtools.conf in your MAKE_ARGS statement. It's the WITH_NDB=1 switch that will enable building with cluster support, the rest is up to you. Then use the portinstall command to build the port. >From there on it is like any other OS to build the MySQL cluster. MAKE_ARGS = { 'databases/mysql*' => 'WITH_NDB=1 WITH_ARCHIVE=1 BUILD_OPTIMIZED=1 WITH_OPENSSL=1', } > Hello, > > Mysql Cluster is now part of Mysql 5. > > Does someone successfully set up a Mysql 5 cluster on FreeBSD 5.4 ? > > thanks in advance, > Mathieu CHATEAU > > _______________________________________________ > 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" >