Perl Installation Notes: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 22:22, 5 January 2007

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