dropbox-api-command icon indicating copy to clipboard operation
dropbox-api-command copied to clipboard

FAIL Installing Net::SSLeay failed.

Open scangroup opened this issue 7 years ago • 0 comments

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

scangroup avatar Apr 04 '18 01:04 scangroup