in reply to Installation of perl modules
To add to what marto said, on some Linux variants (Mint, Ubuntu) you will likely have to install the build-essential tools before installing openssl-dev:
sudo apt-get update sudo apt-get install build-essential
|
|---|