问题描述
我想在小牛安装是mod_mono,但是,我发现了一个错误。我与小牛队的支持最先进的最新版本的单声道。 (V 3.2.3)。
I'm trying to install mod_mono on mavericks, however, I'm getting an error. I have the most up-to-date mono version with Mavericks support. (v 3.2.3).
当我 ./配置 - preFIX =的/ usr
的是mod_mono 2.10版我得到这个错误:
When I ./configure --prefix=/usr
in mod_mono version 2.10 I get this error:
检查Apache的版本...配置:错误:Apache 1.3中不再支持。现在是mod_mono至少需要Apache 2.0的
但是,当我检查的Apache我的版本它说
But when i check my version of apache it says
服务器版本:阿帕奇/ 2.2.24(Unix的)
Server内置:2013年8月24日21时10分四十三秒
编辑:您的升级版本,单声道到最新版本(3.2.4),似乎工作最好的。确保您有是mod_mono 2.10干净下载。
Upgrading your mono version to the latest (3.2.4) appears to work the best. Ensure you have a clean download of mod_mono-2.10.
推荐答案
安装小牛之后,您需要重新安装在X code命令行工具。这将带回/ usr / include目录/ apache2的目录。您可以通过更新你的X code做到这一点,然后再运行X code-选择--install。
After installing Mavericks, you need to reinstall the XCode Command Line Tools. This will bring back the /usr/include/apache2 directory. You do this by updating your XCode and then run xcode-select --install.
这篇关于小牛"在Mac OSX 10.9&QUOT安装是mod_mono;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!