When following Zonemaster-Backend installation procedures I encounter this following error:
sudo cpanm --notest Daemon::Control JSON::RPC JSON::Validator Log::Any Log::Any::Adapter::Dispatch Net::IP::XS Router::Simple Starman
! Finding Daemon::Control on cpanmetadb failed.
LWP will support https URLs if the LWP::Protocol::https module
is installed.
After investigation its seem that installing perl-libwww-perl from binary packages is the culprit.
We have two solutions :
- removing
perl-libwww-perl from binary packages list and let cpanm install dependencies.
- or add
perl-LWP-Protocol-https to binary packages list
When following Zonemaster-Backend installation procedures I encounter this following error:
After investigation its seem that installing
perl-libwww-perlfrom binary packages is the culprit.We have two solutions :
perl-libwww-perlfrom binary packages list and let cpanm install dependencies.perl-LWP-Protocol-httpsto binary packages list