php-jwt
php-jwt copied to clipboard
Mac configure: error: Please reinstall the OpenSSL library
openssl version
OpenSSL 1.0.2q 20 Nov 2018
checking whether to enable jwt support... yes, shared checking whether to use OpenSSL library... yes, shared checking for OpenSSL library in default path... OpenSSL library not found
you can customize openssl dependency dir ./configure --with-openssl=/path/to/openssl
if you install openssl with brew, its directory is usually /usr/local/opt/openssl.
Thank, Has been solved!
I still having the same issue even with the --with-openssl=/usr/bin/openssl using a M1 Pro