Revision 4934
Added by walbridge over 15 years ago
docs/user/registry_installation.html | ||
---|---|---|
138 | 138 |
<pre> |
139 | 139 |
<span class="type">sudo apt-get install</span> ant libappconfig-perl libxml-libxml-perl libxml-libxslt-perl \ |
140 | 140 |
libtemplate-perl libcgi-session-perl libdigest-sha1-perl libnet-ldap-perl \ |
141 |
libterm-readkey-perl libxml-dom-perl libsoap-lite-perl -y |
|
141 |
libterm-readkey-perl libxml-dom-perl libsoap-lite-perl libio-socket-ssl-perl -y
|
|
142 | 142 |
</pre> |
143 | 143 |
</blockquote> |
144 | 144 |
You will need to install one package using cpan |
... | ... | |
187 | 187 |
install CGI |
188 | 188 |
install CGI::Session |
189 | 189 |
install LWP::UserAgent |
190 |
install IO::Socket:SSL |
|
190 | 191 |
install Net::LDAP |
191 | 192 |
install Template |
192 | 193 |
install URI |
Also available in: Unified diff
include IO::Socket:SSL requirement (needed for LDAP TLS support with ldapweb.cgi)