我在 Mac sierra 系统上进行开发,现在在写一个 Laravel 的后台,需要用到 Jwt,于是引用了 tymondesigns/jwt-auth。但是在 composer update 中,遇到了问题,报了这种 Bug:
但是我的 openssl 已经安装过的
这种情况谁遇到过啊?
我在 Mac sierra 系统上进行开发,现在在写一个 Laravel 的后台,需要用到 Jwt,于是引用了 tymondesigns/jwt-auth。但是在 composer update 中,遇到了问题,报了这种 Bug:
但是我的 openssl 已经安装过的
这种情况谁遇到过啊?
2 回答1.2k 阅读✓ 已解决
2 回答754 阅读✓ 已解决
1 回答948 阅读✓ 已解决
1 回答676 阅读✓ 已解决
1 回答467 阅读✓ 已解决
2 回答816 阅读
1 回答818 阅读
这个文章Roll your own PHP to support OpenSSL instead of Secure Transport说的很明白,苹果的php使用的是自带的加密,不是openssl
你需要按照文章内说的做