我安装了几个需要Composer的CMS。
因为2天我收到错误而无法继续。
[RuntimeException] You must enable the openssl extension to download files via https
我检查以下内容:
$ openssl version OpenSSL 1.0.1e 11 Feb 2013
$ which openssl /opt/local/bin/openssl
phpinfo表示启用了Phar-Native OpenSSL支持并启用了OpenSSL支持。
如果我这样做
$ php -info| grep openssl OpenSSL support => disabled (install ext/openssl)
是否有人知道我应该怎样做才能运行Composer?
答案 0 :(得分:4)
有疑问(请求Sven推动我这个方向;)),我重新使用openssl扩展端口。
sudo port install php5-openssl
它没有下载文件,但在首选项中重置了一些东西,我能够在Tiki Wiki CMS上正确运行Composer安装(我最常使用的是CMS)。
答案 1 :(得分:0)
您安装的版本也很重要。 openssl 0.9.8中有一个错误。 在此处阅读更多内容:https://github.com/composer/composer/issues/2021