Skip to content

Rocky Linux 8: Missing dependency that blocks cpanm #1329

Description

@MichaelTimbert

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions