Home > Enterprise >  Macports warning: Can't rebuild Perl extension p5.26-net-ssleay
Macports warning: Can't rebuild Perl extension p5.26-net-ssleay

Time:12-17

On macOS/High Sierra (10.13.6) with perl (v5.26.3) I cannot rebuild p5.26-net-ssleay with MacPorts (2.7.1). After upgrading with sudo port selfupdate, I get

--->  Scanning binaries for linking errors
--->  Found 2 broken files, matching files to ports      
Warning: No port p5.26-net-ssleay found in the index; can't rebuild

I know that this port has been deleted recently.

How do I fix this warning? Should I upgrade to perl (p5.28)?

CodePudding user response:

Following the suggestion to upgrade to Perl V5.28 (see how to upgrade from V5.26 to V5.28) solves, on the one hand, the warning issue but on the other side, all previous installed packages that depend on V5.26 are also uninstalled and have to be reinstalled again.

  • Related