There are several things need to be concerned before implementing this guide on ubuntu server 9.10.
- Don't install mysql-server5.1 from the repository using apt-get.
For me, it's easier to install mysql cluster by using source code in ubuntu. Source code can be downloaded form mysql site. On 'select platform' option, choose 'source code' and download the tar file mysql-cluster-gpl-[version].tar.gz
(Note: register, it is free!) - Install build-essential package to allow compiling source file
$ sudo apt-get install build-essential - Install developer's library for ncurses
$ sudo apt-get install libncurses5-dev
This will avoid an error:
configure error: No curses/termcap library found
Now, it's ready :-)
References:
http://www.howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1
http://www.spiration.co.uk/post/1391/
http://www.spiration.co.uk/post/1391/
No comments:
Post a Comment