Homebrewでphpとphp-cgiをインストールしようとしています。
brew install https://github.com/ampt/homebrew/raw/php/Library/Formula/php.rb
このメソッドを使用すると、次のエラーが返されます。
==> make
clang: clangerror: : linker command failed with exit code 1 (use -v to see invocation)error:
linker command failed with exit code 1 (use -v to see invocation)
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....
make: *** [sapi/cgi/php-cgi] Error 1
HomebrewとXCodeコマンドラインツールを更新しました。唯一の警告brew doctor
は、Pythonの「config」スクリプトがシステムまたはHomebrewディレクトリの外にいくつか存在することです。
誰もが問題が何であるか知っていますか?より詳細なエラーメッセージはどこで探すことができますか?