Installation Instructions
*************************

Requirements
============

To compile this example program you need an installation of MySQL 4.1 
or above with cluster support enabled. Cluster support is available
in the following packages:

- MySQL 4.1/5.0 Max or commercial Cluster package
- MySQL 5.1 Community Edition or commercial Cluster package
- MySQL compiled from source with "configure --with-ndbcluster ..."

When using RPM packages you have to make sure that the developement
RPM "MySQL-devel" is installed as it contains the required header 
and library files.


Configuration
=============

You need to pass the installation prefix of the MySQL installation
you want to build against to configure using the "--with-mysql=..."
option unless the installations "mysql_config" binary is in your
$PATH in which case the installation to build against is auto detected. 


