Skip to content

Instantly share code, notes, and snippets.

@itafroma
Created June 20, 2013 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itafroma/5821794 to your computer and use it in GitHub Desktop.
Save itafroma/5821794 to your computer and use it in GitHub Desktop.
PHP 5.3 build error
==> make install
make install
Installing PHP SAPI module: cgi
Installing PHP CGI binary: /usr/local/Cellar/php53/5.3.25/bin/
Installing PHP CLI binary: /usr/local/Cellar/php53/5.3.25/bin/
Installing PHP CLI man page: /usr/local/Cellar/php53/5.3.25/share/man/man1/
Installing build environment: /usr/local/Cellar/php53/5.3.25/lib/php/build/
Installing header files: /usr/local/Cellar/php53/5.3.25/include/php/
Installing helper programs: /usr/local/Cellar/php53/5.3.25/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/Cellar/php53/5.3.25/share/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/Cellar/php53/5.3.25/lib/php/
[PEAR] Archive_Tar - installed: 1.3.11
[PEAR] Console_Getopt - installed: 1.3.1
warning: pear/PEAR requires package "pear/Structures_Graph" (recommended version 1.0.4)
warning: pear/PEAR requires package "pear/XML_Util" (recommended version 1.2.1)
[PEAR] PEAR - installed: 1.9.4
Wrote PEAR system config file at: /usr/local/etc/php/5.3/pear.conf
You may want to add: /usr/local/Cellar/php53/5.3.25/lib/php to your php.ini include_path
[PEAR] Structures_Graph- installed: 1.0.4
[PEAR] XML_Util - installed: 1.2.1
/private/tmp/php53-6qQd/php-5.3.25/build/shtool install -c ext/phar/phar.phar /usr/local/Cellar/php53/5.3.25/bin
ln -s -f /usr/local/Cellar/php53/5.3.25/bin/phar.phar /usr/local/Cellar/php53/5.3.25/bin/phar
Installing PDO headers: /usr/local/Cellar/php53/5.3.25/include/php/ext/pdo/
==> /usr/local/Cellar/php53/5.3.25/bin/pear config-set php_ini /usr/local/etc/php/5.3/php.ini
/usr/local/Cellar/php53/5.3.25/bin/pear config-set php_ini /usr/local/etc/php/5.3/php.ini
/usr/local/Cellar/php53/5.3.25/bin/pear: line 28: /usr/local/Cellar/php53/5.3.25/bin/php: No such file or directory
/usr/local/Cellar/php53/5.3.25/bin/pear: line 28: exec: /usr/local/Cellar/php53/5.3.25/bin/php: cannot execute: No such file or directory
Error: uncaught throw `Failed executing: /usr/local/Cellar/php53/5.3.25/bin/pear config-set php_ini /usr/local/etc/php/5.3/php.ini'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment