php - Mac sierra executes composer update and reports lib-openssl version error. How to solve it?
PHP中文网
PHP中文网 2017-05-16 13:01:09
0
2
507

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?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
我想大声告诉你

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template