02cbe880c0dc8a1439057db5e12c322fee84fb5c
wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
| ... | ... | @@ -19,7 +19,7 @@ Then carry out these steps: |
| 19 | 19 | * launch the NFS service once using `service nfs start` |
| 20 | 20 | * run the following command in order to obtain this feature required by Bugzilla: |
| 21 | 21 | ``` |
| 22 | -cpan install Date::Parse Email::Address Email::Send DBI Geo::IP::PurePerl Math::Random::ISAAC |
|
| 22 | +cpan install Date::Parse Email::Address Email::Send DBI Geo::IP::PurePerl Math::Random::ISAAC IO::Socket::SSL |
|
| 23 | 23 | ``` |
| 24 | 24 | The libraries end up under `/root/perl5/lib/perl5`. For use by AWStats, read access to this path is required for the Apache web server. In particular, ensure that `/root` has read permissions for all. |
| 25 | 25 | * run the following commands to install missing Perl modules: |