http://www.perlmonks.org?node_id=11109994


in reply to How to install Net::SSLeay using custom SSL libraries via Carton package manager?

But, what about LIBRESSL_PREFIX? I didn't found the answer here:

Hi

What happens if you simply give OPENSSL_PREFIX your path for libressl?

Replies are listed 'Best First'.
Re^2: How to install Net::SSLeay using custom SSL libraries via Carton package manager?
by xcodejoy (Novice) on Dec 13, 2019 at 18:02 UTC
    I have installed last versions OpenSSL (1.1.1d) and LibreSSL (3.0.2) in my $HOME. Next, I've installed Net::SSLeay, IO::Socket::SSL, Mojolicious using plenv/carton for two test projects: the one using OpenSSL and other using LibreSSL; both works good!