Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Operating SystemRHEL 6, Fedora 20, Centos 6 
Development ToolsDistribution version
yum|dnf groupinstall "Development Tools"
System LibrariesDistribution version
yum|dnf install \
libxml2 libxml2-devel \
libxslt libxslt-devel
# Please see note below regarding libxml2
Perl and ModulesDistribution version
yum|dnf install \
perl-Module-Install \ perl-DBD-Pg \ perl-XML-LibXML \ perl-XML-LibXSLT \ perl-CPAN
Requirement
Minimum Version
Notes

...

CLAIMS Direct Software Installation

CLAIMS Direct software is a collection of Perl modules that interact with both the alexandria database and SOLR index to facilitate database updates from the primary server. Although not a requirement, it is highly recommended that a working cpan repository be enabled for automatic dependency resolution. 

 

Enter the cpan configuration utility:
 
cpan
 
Would you like to configure as much as possible automatically? [yes] yes <==
 
What approach do you want?  (Choose 'local::lib', 'sudo' or 'manual')
 [local::lib] sudo <==
 
Would you like me to automatically choose some CPAN mirror
sites for you? (This means connecting to the Internet) [yes] yes <==
 
cpan[1]> exit
 

 

Download the Client Library and Tools packages

...