Last active
July 16, 2021 10:52
-
-
Save anunay/7698181 to your computer and use it in GitHub Desktop.
Installing AutoConf and Fixing Phpize on OSX 10.9
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
Installing AutoConf and Fixing Phpize on OSX 10.9 |
Great. Life saver.
I'm new to this field and this was definitely helpful to me. Thanks so much!!!
Note: even if you are using brew install autoconf
, you will still need to manually export the $PHP_AUTOCONF
environment variable, using: export PHP_AUTOCONF=/usr/local/bin/autoconf
.
thank you very match
thanks for this. might want to rename your topic from phpsize to phpize.
Good catch, I did that :)
Cool, thank you very much, most helpful result i foud.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
quicker way of doing this: (using homebrew)
brew install autoconf
if you dont have homebrew, i strongly recomend getting it from http://brew.sh/