I develop on a Mac sierra system, and now I am writing a Laravel backend, which requires the use of Jwt, so I quoted tymondesigns/jwt-auth. But in composer update, I encountered a problem and reported this kind of bug:
But my openssl has already been installed
Who has encountered this situation?
This article Roll your own PHP to support OpenSSL instead of Secure Transport makes it very clear that Apple’s PHP uses its own encryption, not openssl
You need to do what the article says
Maybe the version is wrong. Did you compile it or download it directly using the package management tool? Try reinstalling.