php-jwt icon indicating copy to clipboard operation
php-jwt copied to clipboard

Mac configure: error: Please reinstall the OpenSSL library

Open lilianjin opened this issue 6 years ago • 4 comments

openssl version
OpenSSL 1.0.2q 20 Nov 2018

lilianjin avatar Jan 12 '19 11:01 lilianjin

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

lilianjin avatar Jan 12 '19 11:01 lilianjin

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.

cdoco avatar Jan 13 '19 03:01 cdoco

Thank, Has been solved!

lilianjin avatar Jan 13 '19 03:01 lilianjin

I still having the same issue even with the --with-openssl=/usr/bin/openssl using a M1 Pro

pableiros avatar Jun 15 '22 22:06 pableiros