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 on MacOS 12.1 with perl 5.34 #65

Closed normen closed 2 years ago

normen commented 2 years ago

Software

To reproduce:

See output:

Test Summary Report
-------------------
t/apache.t           (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/https_proxy.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/method_in_san.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 17 tests but ran 0.
Files=4, Tests=3,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.50 cusr  0.12 csys =  0.65 CPU)
Result: FAIL
Failed 3/4 test programs. 2/3 subtests failed.
make: *** [test_dynamic] Error 22
  OALDERS/LWP-Protocol-https-6.10.tar.gz
2 dependencies missing (IO::Socket::SSL,IO::Socket::SSL::Utils); additionally test harness failed
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports OALDERS/LWP-Protocol-https-6.10.tar.gz

Tried workarounds:

karenetheridge commented 2 years ago

You need IO::Socket::SSL first. Check that issue queue as there are a number of recent discussions about openssl on OSX.