Revision 8726
Added by Jing Tao over 10 years ago
docs/user/metacat/source/submitting.rst | ||
---|---|---|
128 | 128 |
|
129 | 129 |
sudo apt-get install ant libappconfig-perl libxml-libxml-perl \ |
130 | 130 |
libxml-libxslt-perl libtemplate-perl libcgi-session-perl \ |
131 |
libdigest-sha1-perl libnet-ldap-perl libterm-readkey-perl \
|
|
131 |
libnet-ldap-perl libterm-readkey-perl \ |
|
132 | 132 |
libxml-dom-perl libsoap-lite-perl -y |
133 | 133 |
|
134 | 134 |
* Install two more package using cpan |
... | ... | |
139 | 139 |
sudo cpan -i Scalar::Util |
140 | 140 |
sudo cpan -i Captcha:reCAPTCHA |
141 | 141 |
sudo cpan -i DateTime |
142 |
sudo cpan -i Digest::SHA1 |
|
142 | 143 |
|
143 | 144 |
|
144 | 145 |
3. Double-check that Metacat's temporary folder, application.tempDir, is |
Also available in: Unified diff
The package libdigest-sha1-perl was removed from ubuntu 12.04. We have to install it from cpan.