Apache2 无法启动 - Mac OS X - Passenger
我不久前安装了 Passenger,当我今晚重新启动我的 Mac 时,Apache2 无法启动。
这是我得到的。
有人有主意吗? 重新安装Apache2?
dyld: Library not loaded: /usr/lib/libaprutil-1.0.dylib
Referenced from: /usr/sbin/httpd
Reason: no suitable image found. Did find:
/usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
/usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
/usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
/usr/sbin/apachectl: line 78: 10530 Trace/BPT trap $HTTPD $ARGV
I've installed passenger a little while back and when I restarted my mac tonight, Apache2 won't start.
Here is what I get.
Anyone have any ideas? Re-install Apache2?
dyld: Library not loaded: /usr/lib/libaprutil-1.0.dylib
Referenced from: /usr/sbin/httpd
Reason: no suitable image found. Did find:
/usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
/usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
/usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
/usr/sbin/apachectl: line 78: 10530 Trace/BPT trap $HTTPD $ARGV
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来该模块是针对错误的架构编译的。 尽管看起来微不足道,但请尝试卸载乘客以查看这是否是问题所在,然后尝试重新安装。
Looks like the module was compiled for the wrong architecture. As trivial as it might seem, try uninstalling passenger to see whether this was the problem and then try to reinstall it.
听起来该模块安装不正确。 尝试在 apache 配置中禁用它(在 /etc/apache2/ 中)
Sounds like that module isn't installed correctly. Try disabling it in your apache configuration (in /etc/apache2/)