You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2017/06/23 18:14:08 UTC

svn commit: r1014407 - in /websites/staging/vcl/trunk/content: ./ docs/VCL25InstallGuide.html

Author: buildbot
Date: Fri Jun 23 18:14:08 2017
New Revision: 1014407

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/docs/VCL25InstallGuide.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 23 18:14:08 2017
@@ -1 +1 @@
-1798272
+1799691

Modified: websites/staging/vcl/trunk/content/docs/VCL25InstallGuide.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/VCL25InstallGuide.html (original)
+++ websites/staging/vcl/trunk/content/docs/VCL25InstallGuide.html Fri Jun 23 18:14:08 2017
@@ -605,9 +605,7 @@ based on Red Hat Enterprise Linux (RHEL)
 </ul>
 <p><strong>Required Linux Packages:</strong></p>
 <p>The VCL management node daemon (vcld) requires the following Linux packages and Perl 
-modules in order to run (see step 2 below for installation instructions). Note, there is 
-overlap as some of the perl modules are available through the yum packager manager.</p>
-<p>============================= NEEDS UPDATING ============================</p>
+modules in order to run (see step 2 below for installation instructions).</p>
 <ul>
 <li>expat-devel - Libraries and include files to develop XML applications with expat</li>
 <li>gcc - Various compilers (C, C++, Objective-C, Java, ...)</li>
@@ -619,44 +617,32 @@ overlap as some of the perl modules are
 <li>openssh - The OpenSSH implementation of SSH protocol versions 1 and 2</li>
 <li>openssl-devel - Files for development of applications which will use OpenSSL</li>
 <li>perl - The Perl programming language</li>
-<li>perl-Archive-Tar - provides an object oriented mechanism for handling tar files</li>
-<li>perl-CPAN - provides a command interface (not a shell) to CPAN</li>
-<li>perl-Crypt-OpenSSL-RSA - provides the ability to RSA encrypt,decrypt strings</li>
-<li>perl-DBD-MySQL - A MySQL interface for perl</li>
-<li>perl-DBI - The DBI is the standard database interface module for Perl</li>
-<li>perl-Digest-SHA1 - allows use of NIST SHA-1 message digest algorithm within Perl programs</li>
-<li>perl-IO-String - provides the IO::File interface for in-core strings</li>
-<li>perl-MailTools - a subclass of MIME::Lite, used for sending mail from within perl</li>
-<li>perl-Net-Jabber - a tool to utilize the Jabber Instant Messaging protocol from within perl</li>
-<li>perl-Net-Netmask - parses and understands IPv4 CIDR blocks</li>
-<li>perl-Net-SSH-Expect - a wrapper to the ssh executable that is available in system's PATH</li>
-<li>perl-RPC-XML - provides classes for data, for clients, for servers and for parsers XML-RPC</li>
-<li>perl-Text-CSV_XS - provides the composition and decomposition of comma-separated values</li>
-<li>perl-Time-HiRes - provides high resolution time and timers</li>
-<li>perl-XML-Simple - provides a simple API layer on top of an underlying XML parsing module</li>
-<li>perl-YAML - implements a YAML Loader and Dumper </li>
 <li>xmlsec1-openssl - OpenSSL crypto plugin for XML Security Library</li>
 </ul>
 <p><strong>Required Perl Modules:</strong></p>
 <p>The VCL management node daemon (vcld) is written in Perl and has been tested on Perl 
-5.8.x. The following Perl modules available from CPAN are also required (see step 2 
+5.10 and 5.16. The following Perl modules available from CPAN are also required (see step 2 
 below for installation instructions):</p>
-<p>============================= NEEDS UPDATING ============================</p>
 <ul>
-<li>CPAN - provides a command interface (not a shell) to CPAN</li>
+<li>Crypt::CBC - implementation of the cryptographic cipher block chaining mode</li>
+<li>Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries</li>
+<li>Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module</li>
 <li>DBI - Generic Database Interface</li>
 <li>Digest::SHA1 - NIST SHA message digest algorithm</li>
+<li>Exception::Class::Base - base class for exception objects</li>
 <li>Frontier::Client - issue Frontier XML RPC requests to a server</li>
-<li>LWP::Protocol::https - support for using https schemed URLs with LWP</li>
+<li>HTTP::Headers - class encapsulating HTTP Message headers</li>
+<li>IO::String - emulate file interface for in-core strings</li>
 <li>JSON - JavaScript Object Notation</li>
+<li>LWP::UserAgent - class implementing a web user agent</li>
 <li>Mail::Mailer - Simple mail agent interface</li>
-<li>Mo:builder - Adds the builder feature to Mo's has</li>
+<li>Net::Jabber - Jabber perl library</li>
+<li>Net::Netmask - parse, manipulate and lookup IP network blocks</li>
 <li>Net::SSH::Expect - a wrapper to the ssh executable that is available in system's PATH</li>
 <li>Object::InsideOut - Comprehensive inside-out object support</li>
-<li>RPC::XML - Set of classes for core data, message, XML handling</li>
-<li>Scalar::Util - A selection of general-utility scalar subroutines</li>
-<li>Time::HiRes - provides high resolution time and timers</li>
-<li>URI - Uniform Resource Identifiers (absolute and relative)</li>
+<li>RPC::XML::Client - XML-RPC client class</li>
+<li>Text::CSV_XS - comma-separated values manipulation routines</li>
+<li>XML::Simple - API for simple XML files</li>
 <li>YAML - YAML Ain't Markup Language
 <BR></li>
 </ul>