Perl Installation Notes

From wiki.zmanda.com
Revision as of 01:04, 8 January 2007 by Paddy (talk | contribs)
Jump to navigation Jump to search
  • Perl version on the server running ZRM for MySQL must be 5.8.7 or later.
  • Two perl modules are necessary for ZRM for MySQL installation
    • perl-DBI
    • perl-XML-Parser

These packages are available from CPAN repository or as part of the distribution.

Following command can install perl-DBI module:

# perl -MCPAN -e 'install DBI'

Following command can install perl-XML-Parser:

# perl -MCPAN -e 'install XML::Parser'