perlbrew から plenv にしてみると brew install php54-intl が吠えた
深く考えずに試していると色々な所で笑える。
[zunermuka ~]$ brew unlink php54-intl
Unlinking /usr/local/Cellar/php54-intl/5.4.11... 0 links removed
[zunermuka ~]$ brew install php54-intl
==> Downloading http://www.php.net/get/php-5.4.12.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php54-intl-5.4.12
==> /usr/local/Cellar/php54/5.4.12/bin/phpize
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
/usr/local/opt/autoconf/bin/autoconf: /usr/local/Cellar/autoconf/2.69/bin/autom4te: /Users/zunermuka/perl5/perlbrew/perls/perl-5.14.4/bin/perl: bad interpreter: No such file or directory
/usr/local/opt/autoconf/bin/autoconf: line 505: /usr/local/Cellar/autoconf/2.69/bin/autom4te: Undefined error: 0
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
[zunermuka ~]$ perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for darwin-2level
Copyright 1987-2012, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[zunermuka ~]$ vim .bashrc
[zunermuka ~]$ brew uninstall autoconf
Uninstalling /usr/local/Cellar/autoconf/2.69...
[zunermuka ~]$ brew install autoconf
==> Downloading http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/autoconf/2.69
==> make install
/usr/local/Cellar/autoconf/2.69: 69 files, 2.0M, built in 16 seconds
[zunermuka ~]$ brew install php54-intl
==> Downloading http://www.php.net/get/php-5.4.12.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php54-intl-5.4.12
==> /usr/local/Cellar/php54/5.4.12/bin/phpize
==> ./configure --prefix=/usr/local/Cellar/php54-intl/5.4.12 --with-php-config=/
==> make
==> Caveats
To finish installing intl for PHP 5.4:
* /usr/local/etc/php/5.4/conf.d/ext-intl.ini was created,
do not forget to remove it upon extension removal.
* Restart your webserver.
* Write a PHP page that calls "phpinfo();"
* Load it in a browser and look for the info on the intl module.
* If you see it, you have been successful!
==> Summary
/usr/local/Cellar/php54-intl/5.4.12: 3 files, 204K, built in 52 seconds
相変わらずピヨピヨしてるなー。
[zunermuka ~]$ brew unlink php54-intl
Unlinking /usr/local/Cellar/php54-intl/5.4.11... 0 links removed
[zunermuka ~]$ brew install php54-intl
==> Downloading http://www.php.net/get/php-5.4.12.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php54-intl-5.4.12
==> /usr/local/Cellar/php54/5.4.12/bin/phpize
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
/usr/local/opt/autoconf/bin/autoconf: /usr/local/Cellar/autoconf/2.69/bin/autom4te: /Users/zunermuka/perl5/perlbrew/perls/perl-5.14.4/bin/perl: bad interpreter: No such file or directory
/usr/local/opt/autoconf/bin/autoconf: line 505: /usr/local/Cellar/autoconf/2.69/bin/autom4te: Undefined error: 0
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
[zunermuka ~]$ perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for darwin-2level
Copyright 1987-2012, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[zunermuka ~]$ vim .bashrc
[zunermuka ~]$ brew uninstall autoconf
Uninstalling /usr/local/Cellar/autoconf/2.69...
[zunermuka ~]$ brew install autoconf
==> Downloading http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/autoconf/2.69
==> make install
/usr/local/Cellar/autoconf/2.69: 69 files, 2.0M, built in 16 seconds
[zunermuka ~]$ brew install php54-intl
==> Downloading http://www.php.net/get/php-5.4.12.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php54-intl-5.4.12
==> /usr/local/Cellar/php54/5.4.12/bin/phpize
==> ./configure --prefix=/usr/local/Cellar/php54-intl/5.4.12 --with-php-config=/
==> make
==> Caveats
To finish installing intl for PHP 5.4:
* /usr/local/etc/php/5.4/conf.d/ext-intl.ini was created,
do not forget to remove it upon extension removal.
* Restart your webserver.
* Write a PHP page that calls "phpinfo();"
* Load it in a browser and look for the info on the intl module.
* If you see it, you have been successful!
==> Summary
/usr/local/Cellar/php54-intl/5.4.12: 3 files, 204K, built in 52 seconds
相変わらずピヨピヨしてるなー。
コメント