Perl Installation Notes: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
* 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
* Two perl modules are necessary for ''ZRM for MySQL'' installation
** perl-DBI
** perl-DBI

Revision as of 01:04, 8 January 2007

  • 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'