私はhttpd24オプションでphp56をインストールしようとしていますMac OS Sierra(10.12.2)のmod_php apacheモジュールを使用してください。homebrewのインストールphp56 --with-httpd24がmakeを使ってOS 10.12で失敗する*** [install-recursive]エラー1 [install-recursive]エラー1
このコマンドを実行すると、brew install php56 --with-httpd24
http24の構築中にmakeが失敗します。メイクログの最後の数行は、次のとおりです。/usr/local/var/www
再帰的なコマンド中にクラッシュすることにする原因となった。私のセットアップで
Last 15 lines from /Users/Dash/Library/Logs/Homebrew/httpd24/03.make:
make[4]: Nothing to be done for `local-shared-build'.
Building shared: mod_heartbeat.la mod_heartmonitor.la
make[4]: Nothing to be done for `local-shared-build'.
Building shared: mod_dav.la
make[4]: Nothing to be done for `local-shared-build'.
Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_suexec.la mod_cgi.la mod_cgid.la
make[4]: Nothing to be done for `local-shared-build'.
Building shared: mod_dav_fs.la
make[4]: Nothing to be done for `local-shared-build'.
Building shared: mod_dav_lock.la
make[4]: Nothing to be done for `local-shared-build'.
Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la
make[4]: Nothing to be done for `local-shared-build'.
make: *** [install-recursive] Error 1
Stack Overflowではなく[Super User](http://superuser.com)に投稿することを検討する必要があります。 – JAL