Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
minLevel1
maxLevel7

Install perl (pecl)

In case we have this already installed continue with Install libsodium

Check if perl is installed

...

Code Block
php -i | grep "sodium"

phpinfo output

...

Image Added