osx - Composer errors on OS X and OpenSSL used by PHP -
i deleted old xampp local server , installed latest 1 it's include
- apache/2.4.18 (unix)
- openssl/1.0.2e
- php/7.0.1
- mod_perl/2.0.8-dev
- perl/v5.16.3
but when try install by:
curl -ss https://getcomposer.org/installer | php
it says:
some settings on machine may cause stability issues composer. if encounter issues, try change following: openssl library (0.9.8zc) used php not support tlsv1.2 or tlsv1.1. if possible should upgrade openssl version 1.0.1 or above. downloading... composer installed to: /users/hammodgrimmie/composer.phar use it: php composer.phar
help please.
first there link here, solution requires have brew installed: https://apple.stackexchange.com/questions/126830/how-to-upgrade-openssl-in-os-x
if proper version not appear when enter console: openssl version -a
this switch versions. update openssl on os x homebrew
if want quick fix refer felipe micaroni lalli's answer on mar 21 '14.
Comments
Post a Comment