osx - PHP 56 installation via Homebrew -


i've used php56 installation via homebrew on mac time , getting error when attempting run php:

dyld: library not loaded: /usr/local/lib/libcrypto.1.0.0.dylib   referenced from: /usr/local/bin/php   reason: image not found [1]    97410 trace trap  php -v 

everything i've searched online points openssl version difference shipped os x, said haven't run issue months (at least) until past day or 2. (also, forcing link on openssl via homebrew break warns? may seem solve issue).

i've removed think may have interfered, (rbenv, rvm, wiped , reinstalled homebrew, etc). has run issue? why happening after everything's been running smoothly long?

try rebuilding php source:

brew reinstall php56 --build-from-source 

looks openssl upgraded @ same time , broke php.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -