libwww-perl / LWP-Protocol-https

Provide https support for LWP::UserAgent
https://metacpan.org/pod/LWP::Protocol::https
Other
16 stars 35 forks source link

Unable to install this in Ubuntu 20.04 #66

Closed JJ closed 2 years ago

JJ commented 2 years ago

It apparently requires a version of several libraries, libssl and libcrypto, which are not in the repositories or are in a different version, namely, 1.1.

When I create a symbolic link from the existing version to the required version, even so, it misses some Net::SSLeay file or some such; essentially, what #62 says. Is there a list of prerequisites needed for this to work somewhere? Together with instructions on how to install it?

The perl I'm using has been installed via perlbrew, so installing the Ubuntu package for this does not seem to install the needed system-level libraries. So I'm really stumped about what to do here.

JJ commented 2 years ago

OK, same solution as #65. Closing.

oalders commented 2 years ago

@JJ if you feel a documentation patch would have saved you some grief, I'd be happy to review a PR.

JJ commented 2 years ago

It certainly would. Will give it a try. Thanks