This guide is a step-by-step procedure on how to install php libsodium package In AWS instances. Libsodium package is required for the moodle version 4 and above. Before continuing with the implementation is always a good practise to take AMIs of our instances so we can always revert if something goes wrong.
Table of Contents | ||||
---|---|---|---|---|
|
Install perl (pecl)
In case we have this already installed continue with Install libsodium
...
Code Block |
---|
php -i | grep "sodium" |
phpinfo output
...