Tôi đang cố gắng cài đặt APC cho PHP 5.3 theo cách dễ nhất có thể. Tôi yêu Homebrew vì vậy tôi bắt đầu con đường đó. Tôi đã có thể cài đặt PHP 5.3.6 bằng lệnh này:
brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/php.rb --with-mysql
Tôi nghĩ rằng điều này được cho là để cài đặt PHP, Pear và PECL. Có vẻ như để cài đặt này chỉ là tốt.
Bây giờ khi tôi cố gắng cài đặt 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
Làm thế nào tôi có thể sửa lỗi này?