PHP5.5から7.2にアップデートしたいがエラーが出る
PHPのLaravelを使用し、webアプリを作るため環境構築をしています。
その過程で、PHP5.5から7.2にアップデートを行いたいのですが以下のエラーが出ます。
発生している問題・エラーメッセージ
1 error generated. make[3]: *** [libnghttpx_a-shrpx_client_handler.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/libnghttpx_a-shrpx_config.Tpo .deps/libnghttpx_a-shrpx_config.Po make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Do not report this issue to Homebrew/brew or Homebrew/core! Error: You are using macOS 10.11. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Discourse, Twitter or IRC. You are responsible for resolving any issues you experience while you are running this old version.
試したこと
①Homebrewインストール
ターミナルを立ち上げて公式サイトにあるコマンドをコピーして実行
②インストールされたか、以下のコマンドを実行しヴァージョンが表示された
brew --version
Homebrew 2.2.1
Homebrew/homebrew-core (git revision 9f1e; last commit 2019-12-09)
③HomebrewでPHP7を検索する。
brew search php@7
以下のような検索結果が表示
==> Formulae
php@7.1 php@7.2 php@7.3
④php7.2インストール
brew install php@7.2
補足情報(FW/ツールのバージョンなど)
EL capitan
10.11.6(15G22010)
MacBook Pro (13-inch, Mid 2010)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/12/11 20:23
2019/12/11 23:57