首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >自制安装php56 -- with -httpd24 24在OS10.12上失败:*[安装-递归]错误1[安装-递归]错误1

自制安装php56 -- with -httpd24 24在OS10.12上失败:*[安装-递归]错误1[安装-递归]错误1
EN

Stack Overflow用户
提问于 2016-12-28 16:16:36
回答 1查看 599关注 0票数 1

我正在尝试安装带有php56选项的httpd24,以便在MacOS塞拉利昂(10.12.2)中使用mod_php apache模块。

当我运行以下命令时:brew install php56 --with-httpd24 make在构建http24时失败。make日志的最后几行是:

代码语言:javascript
复制
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
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-12-28 16:16:36

在我的设置中,结果是有一个符号链接:/usr/local/var/www,它在递归命令期间导致make崩溃。

rm /usr/local/var/www允许httpd24成功构建。请参阅:https://github.com/Homebrew/homebrew-apache/issues/143

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41365855

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档