J'essaie d'installer APC pour PHP 5.3 de la manière la plus simple possible. J'aime Homebrew alors j'ai commencé dans cette voie. J'ai pu installer PHP 5.3.6 avec cette commande:
brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/php.rb --with-mysql
Je pense que ceci est supposé installer PHP, Pear et PECL. Il semble installer ces très bien.
Maintenant, quand j'essaye d'installer APC:
$ pecl install apc
downloading APC-3.1.9.tgz ...
Starting to download APC-3.1.9.tgz (155,540 bytes)
.................................done: 155,540 bytes
Warning: require_once(Archive/Tar.php): failed to open stream: No such file or directory in PackageFile.php on line 305
Warning: require_once(Archive/Tar.php): failed to open stream: No such file or directory in /usr/local/Cellar/php/5.3.6/lib/php/PEAR/PackageFile.php on line 305
Fatal error: require_once(): Failed opening required 'Archive/Tar.php' (include_path='/usr/local/Cellar/php/5.3.6/lib/php') in /usr/local/Cellar/php/5.3.6/lib/php/PEAR/PackageFile.php on line 305
Comment puis-je réparer cela?