Created
April 13, 2018 18:28
-
-
Save bylatt/a3d05800c84655e031083654b9532bd7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Due to deprecation of homebrew-php tap, I found no way to install php extensions from homebrew. | |
brew install php geoip | |
LDFLAGS=-L/usr/local/opt/openssl/lib \ | |
CPPFLAGS=-I/usr/local/opt/openssl/include \ | |
PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig \ | |
pecl install redis geoip-1.1.1 mongodb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment