You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered: