maelvls / homebrew-amc

🍺 Homebrew formula for auto-multiple-choice 📖
https://www.auto-multiple-choice.net/download-macosx.en
34 stars 10 forks source link

Net::SSLeay is incompatible with macOS' OpenSSL #69

Closed maelvls closed 2 years ago

maelvls commented 2 years ago

I was not able to install Net::SSLeay without using openssl@1.1. What is weird is that previously, Net::SSLeay would work with the system OpenSSL version.

The error is:

 *** Found LibreSSL-2.8.3 installed in /usr
 *** Be sure to use the same compiler and options to compile your OpenSSL, perl,
     and Net::SSLeay. Mixing and matching compilers is not supported.
 Checking if your kit is complete...
 Looks good
 WARNING: /usr/local/opt/perl/bin/perl is loading libcrypto in an unsafe way

See: https://stackoverflow.com/questions/62943220

Fixes #68.