Skip to content

Instantly share code, notes, and snippets.

@anunay
Last active July 16, 2021 10:52
Show Gist options
  • Save anunay/7698181 to your computer and use it in GitHub Desktop.
Save anunay/7698181 to your computer and use it in GitHub Desktop.
Installing AutoConf and Fixing Phpize on OSX 10.9
Installing AutoConf and Fixing Phpize on OSX 10.9
@doertydoerk
Copy link

Thanks, mate. Very helpful!

Copy link

ghost commented Jan 7, 2016

-bash: autoconf.tar.gz: Permission denied :(

@JavierCabezas
Copy link

This really helped me out, thanks!

@philhamble
Copy link

Brilliant - worked for me on El Capitan. Thanks.

@moo-im-a-cow
Copy link

quicker way of doing this: (using homebrew)
brew install autoconf
if you dont have homebrew, i strongly recomend getting it from http://brew.sh/

@nandakumardevadas
Copy link

Great. Life saver.

@Press4Ward
Copy link

I'm new to this field and this was definitely helpful to me. Thanks so much!!!

@shirakaba
Copy link

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.

@ztz12
Copy link

ztz12 commented Jul 9, 2019

thank you very match

@anunay
Copy link
Author

anunay commented Jul 9, 2019

thanks for this. might want to rename your topic from phpsize to phpize.

Good catch, I did that :)

@StefanXiepj
Copy link

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