dropbox-api-command
dropbox-api-command copied to clipboard
FAIL Installing Net::SSLeay failed.
Was getting "FAIL Installing Net::SSLeay failed." error on Ubuntu 16.04.4 x64. libssl-dev was installed per https://stackoverflow.com/questions/21729975/error-installing-in-netssleay
Fixed the issue by doing...
sudo apt-get install libnet-ssleay-perl
...followed by...
sudo perl ./cpanm App::dropboxapi