max os x에 PHP를 설치할 때 Brew를 사용하여 설치하라는 메시지가 계속 표시됩니다.
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... yes
checking for BZip2 indefault path... notfound
configure: error: Please reinstall the BZip2 distribution
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/josegonzalez/homebrew-php/issues대신 php56 버전을 설치하세요.
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... yes
checking for BZip2 indefault path... notfound
configure: error: Please reinstall the BZip2 distribution
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/josegonzalez/homebrew-php/issues설치 후 php5.so는 다음 위치에 있습니다.
LoadModule php5_module /usr/local/Cellar/php56/5.6.9/libexec/apache2/libphp5.so다시 시작, sudo apachectl restart(yii2 설치 메시지가 표시될 때 freetype 누락 문제를 해결할 수 있음)
위 내용은 관련 내용을 포함하여 Brew Install php55 오류 BZip2 Not Found에 대한 해결책을 소개한 내용입니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.