Date: Thu, 16 Feb 2006 16:09:45 -0600 (CST) From: "Robert Uzzi" <ruzzi@compedgeracing.com> To: "Mathieu CHATEAU" <gollum123@free.fr> Cc: freebsd-questions@freebsd.org Subject: Re: Mysql 5 Cluster & FreeBSD Message-ID: <4514.63.97.49.74.1140127785.squirrel@www.compedgeracing.com> In-Reply-To: <1893863940.20060216221122@free.fr> References: <1893863940.20060216221122@free.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4514.63.97.49.74.1140127785.squirrel>