mod_mono の構成スクリプトを正常に実行しましたが、RHEL 5 サーバーで mod_mono を作成しているときに複数のエラー メッセージが表示されます。次のオプションを指定して configure を実行しました: ./configure --with-apr-config=/usr/local/bin/apr-1-config --with-apu-config=/usr/local/bin/apu-1- config --with-apxs=/usr/local/bin/apxs --prefix=/usr/local
Mono 2.10.2 と一緒に Apache 2.4.6 をインストールしました。これらは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
私はこの時点で完全に立ち往生しており、何日も解決策を探していましたが、役に立ちませんでした. この点で何か助けていただければ幸いです。