Installing MySQL for DocDB
You will need MySQL and Msql-Mysql-modules.
install Msql-Mysql-modules
Msql-Mysql-modules contains the perldbi scripts that allow you to use
MySQL with Perl. We are currently using Msql-Mysql-modules-1.2216.
Install this next to your mysql directory.
You must first create /tmp/build-perl-xxxx:
- setup perl
- cd $PERL_DIR
- make build_prefix
- You need this bit so that makefiles will find perl.
Now, you can build the perldbi modules.
- cd Msql-Mysql-modules-1.2216
- setup perl
- perl Makefile.pl
- choose MySQL only
- do not install MysqlPerl emulation
- answer the remaining questions appropriately for your installation
- This creates a set of makefiles that you then "gmake".
Document Database