dyld:惰性符号绑定失败:未找到符号:_EVP_aes_128_ccm

时间:2018-06-12 07:29:28

标签: php macos openssl

在macOS 10.13.3中,运行命令port install php71-openssl时,我将openssl模块安装到PHP,但是当我运行php71 -v时,它会显示以下错误:

dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_ccm

完整的错误输出:

dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_ccm
  Referenced from: /opt/local/lib/php71/extensions/no-debug-non-zts-20160303/openssl.so
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: Symbol not found: _EVP_aes_128_ccm
  Referenced from: /opt/local/lib/php71/extensions/no-debug-non-zts-20160303/openssl.so
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

有人可以帮我解决吗?

0 个答案:

没有答案