Perl Installation Notes

From wiki.zmanda.com
Revision as of 22:22, 5 January 2007 by Paddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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'