0

我已成功运行 mod_mono 的配置脚本,但在我的 RHEL 5 服务器中制作 mod_mono 时收到多条错误消息。我使用以下选项运行配置: ./configure --with-apr-config=/usr/local/bin/apr-1-config --with-apu-config=/usr/local/bin/apu-1-配置 --with-apxs=/usr/local/bin/apxs --prefix=/usr/local

我安装了 apache 2.4.6 和 mono 2.10.2。这些是我来自 make 的错误消息:

mod_mono.c: In function âapache_get_useridâ:
mod_mono.c:389: error: âunixd_configâ undeclared (first use in this function)
mod_mono.c:389: error: (Each undeclared identifier is reported only once
mod_mono.c:389: error: for each function it appears in.)
mod_mono.c: In function âapache_get_groupidâ:
mod_mono.c:399: error: âunixd_configâ undeclared (first use in this function)
mod_mono.c: In function âapache_get_usernameâ:
mod_mono.c:409: error: âunixd_configâ undeclared (first use in this function)
mod_mono.c: In function âensure_dashboard_initializedâ:
mod_mono.c:488: warning: implicit declaration of function âunixd_set_global_mutex_permsâ
mod_mono.c: In function âconnection_get_remote_portâ:
mod_mono.c:854: warning: implicit declaration of function âapr_sockaddr_port_getâ
mod_mono.c:854: error: âconn_recâ has no member named âremote_addrâ
make[1]: *** [mod_mono_la-mod_mono.lo] Error 1

我完全被困在这一点上,几天来一直在寻找解决方案,但无济于事。在这方面的任何帮助将不胜感激。

4

1 回答 1

0

我已经解决了我的问题。最简单的方法是按照以下网址中提到的步骤使用 yum 安装 monodevelop: http://mostlylinux.com/tmp/ ?p=91

于 2013-11-25T18:32:34.310 回答