Как решить PHP и openssl проблему различия в версии?

Я пытался установить гардероб cms с помощью компоновщика, но я не могу даже загрузить компоновщик для запуска с. Я исследовал, и читайте вокруг, но я не мог предложить решение. Насколько я понимаю это наиболее вероятно проблема SSL, конкретно OpenSSL с PHP. Я не знаком с PHP, ни OpenSSL, я просто хотел испытать гардероб cms...

Как Вы видите в выводе, текущая установленная версия openssl и вывода версии от php отличается. Я предполагаю, что это - моя проблема. Как я могу исправить его и наконец установить гардероб?

~$ sudo apt-cache policy openssl
openssl:
  Installed: 1.0.2k-1+deb.sury.org~trusty+5
  Candidate: 1.0.2k-1+deb.sury.org~trusty+5
  Version table:
 *** 1.0.2k-1+deb.sury.org~trusty+5 0
        500 http://ppa.launchpad.net/ondrej/php/ubuntu/ trusty/main armhf Packages
        100 /var/lib/dpkg/status
     1.0.1f-1ubuntu2.22 0
        500 http://ports.ubuntu.com/ubuntu-ports/ trusty-updates/main armhf Packages
        500 http://ports.ubuntu.com/ubuntu-ports/ trusty-security/main armhf Packages
     1.0.1f-1ubuntu2 0
        500 http://ports.ubuntu.com/ubuntu-ports/ trusty/main armhf Packages

PHP производят:

~$ php -m | grep openssl
openssl

~$ php -i | grep OpenSSL
OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.0.2j  26 Sep 2016
OpenSSL Header Version => OpenSSL 1.0.2j  26 Sep 2016
Native OpenSSL support => enabled

Это - признак, который я испытываю при попытке установить гардероб cms:

~$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
All settings correct for using Composer
Downloading...
The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Connection timed out
Retrying...
The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Connection timed out
Retrying...
The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Connection timed out
The download failed repeatedly, aborting.
1
задан 3 March 2017 в 21:20

0 ответов

Другие вопросы по тегам:

Похожие вопросы: