【发布时间】:2017-10-25 16:04:18
【问题描述】:
您好,我无法激活 wordpress 插件“https://en-au.wordpress.org/plugins/amazon-web-services/”
插件无法激活,因为它触发了致命错误。
官方的 Amazon Web Services SDK 需要使用 OpenSSL 和 zlib 编译的 PHP 5.3.3+ 和 cURL 7.16.2+。您的服务器当前没有激活 PHP cURL 库。
我在 Ubuntu LAMP 堆栈上,我检查了 cURL 是否已安装 -
php -v 输出:
PHP 7.0.19-1+deb.sury.org~trusty+2 (cli) (built: May 22 2017 13:29:59) (NTS)
版权所有 (c) 1997-2017 The PHP Group`
curl -V 输出:
curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
协议:dict 文件 ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp 特点:AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP`
我不确定是什么问题?
【问题讨论】:
-
找到答案:
sudo apt-get install php7.0-curlstackoverflow.com/questions/2939820/…
标签: php wordpress amazon-web-services curl openssl