r4934 - trunk/docs/user

walbridge at ecoinformatics.org walbridge at ecoinformatics.org
Fri Apr 24 15:07:09 PDT 2009


Author: walbridge
Date: 2009-04-24 15:07:09 -0700 (Fri, 24 Apr 2009)
New Revision: 4934

Modified:
   trunk/docs/user/registry_installation.html
Log:
include IO::Socket:SSL requirement (needed for LDAP TLS support with ldapweb.cgi)

Modified: trunk/docs/user/registry_installation.html
===================================================================
--- trunk/docs/user/registry_installation.html	2009-04-23 16:35:33 UTC (rev 4933)
+++ trunk/docs/user/registry_installation.html	2009-04-24 22:07:09 UTC (rev 4934)
@@ -138,7 +138,7 @@
 			<pre>
 <span class="type">sudo apt-get install</span> ant libappconfig-perl libxml-libxml-perl libxml-libxslt-perl \
 libtemplate-perl libcgi-session-perl libdigest-sha1-perl libnet-ldap-perl \ 
-libterm-readkey-perl libxml-dom-perl libsoap-lite-perl -y
+libterm-readkey-perl libxml-dom-perl libsoap-lite-perl libio-socket-ssl-perl -y
 </pre>
 </blockquote>
 	  You will need to install one package using cpan
@@ -187,6 +187,7 @@
 install CGI
 install CGI::Session
 install LWP::UserAgent
+install IO::Socket:SSL
 install Net::LDAP
 install Template 
 install URI



More information about the Metacat-cvs mailing list