Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-Bignum CPAN distribution.

Report information
The Basics
Id: 117938
Status: open
Priority: 0/
Queue: Crypt-OpenSSL-Bignum

People
Owner: Nobody in particular
Requestors: g.grigelionis [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Please add support for macOS
Date: Sun, 18 Sep 2016 13:53:24 +0200
To: bug-Crypt-OpenSSL-EC [...] rt.cpan.org, bug-Crypt-OpenSSL-DSA [...] rt.cpan.org, bug-Crypt-OpenSSL-ECDSA [...] rt.cpan.org, bug-Crypt-OpenSSL-Bignum [...] rt.cpan.org
From: Gintautas Grigelionis <g.grigelionis [...] gmail.com>
macOS does not provide OpenSSL, but it can be installed via Homebrew (in /usr/local/opt/openssl). Please add support for macOS by detecting Homebrew or simply by using environment variables OPENSSL_INCLUDE and OPENSSL_LIB (as Crypt::SSLeay does). Thanks, Gintas
On Sun Sep 18 07:53:48 2016, g.grigelionis@gmail.com wrote:
Show quoted text
> macOS does not provide OpenSSL, but it can be installed via Homebrew (in
> /usr/local/opt/openssl).

Would it work when we use the output of 'pkg-config --libs libcrypto' and 'pkg-config --cflags libcrypto' ?


I have just uploaded Crypt-OpenSSL-Bignum-0.07 which supports OPENSSL_PREFIX env variable.

Thanks for your bug report.