Skip to content

Instantly share code, notes, and snippets.

@jhnlsn
Created September 13, 2012 00:28
Show Gist options
  • Save jhnlsn/3710988 to your computer and use it in GitHub Desktop.
Save jhnlsn/3710988 to your computer and use it in GitHub Desktop.
brew install php54 output
Build complete.
Don't forget to run 'make test'.
==> make install
make install
Installing PHP SAPI module: apache2handler
/usr/share/httpd/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1/build-1/libtool' libs/libphp5.so /usr/local/Cellar/php54/5.4.6/libexec/apache2
/usr/share/apr-1/build-1/libtool --mode=install cp libs/libphp5.so /usr/local/Cellar/php54/5.4.6/libexec/apache2/
cp libs/libphp5.so /usr/local/Cellar/php54/5.4.6/libexec/apache2/libphp5.so
Warning! dlname not found in /usr/local/Cellar/php54/5.4.6/libexec/apache2/libphp5.so.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/Cellar/php54/5.4.6/libexec/apache2/libphp5.so
[activating module `php5' in /private/etc/apache2/httpd.conf]
unable to open configuration file
Installing PHP CLI binary: /usr/local/Cellar/php54/5.4.6/bin/
Installing PHP CLI man page: /usr/local/Cellar/php54/5.4.6/share/man/man1/
Installing PHP CGI binary: /usr/local/Cellar/php54/5.4.6/bin/
Installing build environment: /usr/local/Cellar/php54/5.4.6/lib/php/build/
Installing header files: /usr/local/Cellar/php54/5.4.6/include/php/
Installing helper programs: /usr/local/Cellar/php54/5.4.6/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/Cellar/php54/5.4.6/share/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/Cellar/php54/5.4.6/lib/php/
[PEAR] Archive_Tar: upgrade to a newer version (1.3.7 is not newer than 1.3.7)
[PEAR] Console_Getopt: upgrade to a newer version (1.3.0 is not newer than 1.3.0)
[PEAR] Structures_Graph: upgrade to a newer version (1.0.4 is not newer than 1.0.4)
[PEAR] XML_Util: upgrade to a newer version (1.2.1 is not newer than 1.2.1)
[PEAR] PEAR: upgrade to a newer version (1.9.4 is not newer than 1.9.4)
/private/tmp/brew-php54-5.4.6-jHPl/php-5.4.6/build/shtool install -c ext/phar/phar.phar /usr/local/Cellar/php54/5.4.6/bin
ln -s -f /usr/local/Cellar/php54/5.4.6/bin/phar.phar /usr/local/Cellar/php54/5.4.6/bin/phar
Installing PDO headers: /usr/local/Cellar/php54/5.4.6/include/php/ext/pdo/
==> /usr/local/Cellar/php54/5.4.6/bin/pear config-set php_ini /usr/local/etc/php/5.4/php.ini
/usr/local/Cellar/php54/5.4.6/bin/pear config-set php_ini /usr/local/etc/php/5.4/php.ini
Error: uncaught throw `Failed executing: /usr/local/Cellar/php54/5.4.6/bin/pear config-set php_ini /usr/local/etc/php/5.4/php.ini'
Please report this bug:
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
/usr/local/Library/Formula/php54.rb:113:in `throw'
/usr/local/Library/Formula/php54.rb:113:in `install'
/usr/local/Library/Homebrew/build.rb:143:in `install'
/usr/local/Library/Homebrew/formula.rb:224:in `brew'
/usr/local/Library/Homebrew/formula.rb:535:in `stage'
/usr/local/Library/Homebrew/extend/fileutils.rb:21:in `mktemp'
/usr/local/Library/Homebrew/formula.rb:531:in `stage'
/usr/local/Library/Homebrew/formula.rb:219:in `brew'
/usr/local/Library/Homebrew/build.rb:123:in `install'
/usr/local/Library/Homebrew/build.rb:42:in `main'
/usr/local/Library/Homebrew/build.rb:12
/usr/local/Library/Formula/php54.rb:336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment