Skip to content

Instantly share code, notes, and snippets.

View dogma's full-sized avatar

Gerwood Stewart dogma

  • nom de plume
  • Seven Hills, Australia
View GitHub Profile
@dogma
dogma / config.log
Created October 24, 2012 19:42
config.log from failed php54 brew installation (gd failed)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/php54/5.4.7 --disable-debug --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.4 --with-config-file-path=/usr/local/etc/php/5.4 --with-config-file-scan-dir=/usr/local/etc/php/5.4/conf.d --with-iconv-dir=/usr --enable-dba --with-ndbm=/usr --enable-exif --enable-soap --enable-wddx --enable-ftp --enable-sockets --enable-zip --enable-pcntl --enable-shmop --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-mbstring --enable-mbregex --enable-zend-signals --enable-dtrace --enable-bcmath --enable-calendar --with-zlib=/usr/local/Cellar/zlib/1.2.7 --with-ldap --with-ldap-sasl=/usr --with-xmlrpc --with-kerberos=/usr --with-xsl=/usr --with-curl=/usr/local/Cellar/curl/7.28.0 --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr/lo
@dogma
dogma / brew-php54-gd-error
Created October 4, 2012 10:06
Brew php54 Failing to compile on GD
brew install php54 --with-mysql --with-fpm --with-intl
==> Installing php54 dependency: icu4c
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/icu4c-49.1.2.mountainlion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring icu4c-49.1.2.mountainlion.bottle.tar.gz
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.
Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167
@dogma
dogma / gist:3808686
Created September 30, 2012 23:06
Brew php53 won't compile (libxml2-config error)
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install php53 --with-mysql --with-fpm
==> Downloading http://www.php.net/get/php-5.3.16.tar.bz2/from/this/mirror
Already downloaded: /Users/gerwood/Library/Caches/Homebrew/php53-5.3.16
/usr/bin/tar xf /Users/gerwood/Library/Caches/Homebrew/php53-5.3.16
==> ./configure --prefix=/usr/local/Cellar/php53/5.3.16 --disable-debug --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.3 --with-config-file-path=/usr/local/etc/php/5.3 --with-config-file-scan-dir=/usr/local/etc/php/5.3/conf.d --with-iconv-dir=/usr --enable-dba --with-ndbm=/usr --enable-exif --enable-soap --enable-sqlite-utf8 --enable-wddx --enable-ftp --enable-sockets --enable-zip --enable-pcntl --enable-shmop --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-mbstring --enable-mbregex --enable-zend-multibyte --enable-bcmath --enable-calendar --with-zlib=/usr/local/Cellar/zlib/1.2.7 --with-ldap --with-ldap-sasl=/usr --with-xmlrpc --with-kerberos=/usr --with-xsl=/usr --with-curl=/usr/local/Cellar/cur