Created
October 14, 2012 10:19
-
-
Save cirpo/3888183 to your computer and use it in GitHub Desktop.
brew install -V /usr/local/Library/Formula/php53.rb
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
➜ ~ brew install -V /usr/local/Library/Formula/php53.rb | |
==> Downloading http://www.php.net/get/php-5.3.17.tar.bz2/from/this/mirror | |
Already downloaded: /Users/cirpo/Library/Caches/Homebrew/php53-5.3.17 | |
==> ./configure --prefix=/usr/local/Cellar/php53/5.3.17 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.3 --with-config-file-path=/usr/local/etc/php/5.3 --with-config-f | |
checking whether to enable LIBXML support... yes | |
checking libxml2 install dir... /usr/local/Cellar/libxml2/2.8.0 | |
checking for xml2-config path... /usr/local/Cellar/libxml2/2.8.0/bin/xml2-config | |
checking whether libxml build works... no | |
configure: error: build test failed. Please check the config.log for details. | |
Error: uncaught throw `Failed executing: ./configure --prefix=/usr/local/Cellar/php53/5.3.17 --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/curl/7.28.0 --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr/local/Cellar/freetype/2.4.10 --with-mcrypt=/usr/local/Cellar/mcrypt/2.5.8 --with-jpeg-dir=/usr/local/Cellar/jpeg/8d --with-png-dir=/usr/local/Cellar/libpng/1.5.13 --with-gettext=/usr/local/Ce | |
Please report this bug: | |
https://github.com/mxcl/homebrew/wiki/troubleshooting | |
/usr/local/Library/Formula/php53.rb:109:in `throw' | |
/usr/local/Library/Formula/php53.rb:109:in `install' | |
/usr/local/Library/Homebrew/build.rb:133:in `install' | |
/usr/local/Library/Homebrew/formula.rb:224:in `brew' | |
/usr/local/Library/Homebrew/formula.rb:594:in `stage' | |
/usr/local/Library/Homebrew/extend/fileutils.rb:21:in `mktemp' | |
/usr/local/Library/Homebrew/formula.rb:590:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:219:in `brew' | |
/usr/local/Library/Homebrew/build.rb:114:in `install' | |
/usr/local/Library/Homebrew/build.rb:42:in `main' | |
/usr/local/Library/Homebrew/build.rb:12 | |
/usr/local/Library/Formula/php53.rb:341 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment