chandywerks / DigitalOcean-DDNS

Digital Ocean Dynamic DNS Update Script via API.
33 stars 10 forks source link

Need to install `LWP::Protocol::https` #2

Open nedludd opened 9 years ago

nedludd commented 9 years ago

Looks like you need to install LWP::Protocol::https:

➜  DigitalOcean-DDNS git:(master) ./update.pl
API call failed: 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed) at ./update.pl line 42.
chandywerks commented 9 years ago

What OS / linux distro are running this in? Do you have the "libssl-dev" package installed?