[Mono-dev] XSP/mod_mono installation
Gonzalo Paniagua Javier
gonzalo at novell.com
Fri Aug 18 13:08:19 EDT 2006
On Fri, 2006-08-18 at 13:44 +0300, Sven wrote:
> RedHat Enterprise 4 i686
> Installed:
> mono-core
> mono-data
> mono-web
> xsp
> mod_mono
>
> When trying to load mod_mono.so in httpd.conf i get error
> pachectl configtest restart
> Syntax error on line 228 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/lib/httpd/modules/mod_mono.so into server:
> /usr/lib/httpd/modules/mod_mono.so: undefined symbol: apr_pool_cleanup_null
> /usr/sbin/httpd restart: configuration broken, ignoring restart
>
> --------------------------------
>
> ldd -d mod_mono.so
> undefined symbol: apr_pool_cleanup_null (./mod_mono.so)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0x003db000)
> libc.so.6 => /lib/tls/libc.so.6 (0x00111000)
> /lib/ld-linux.so.2 (0x00939000)
>
> rpm -aq | grep httpd
> httpd-2.0.52-22.ent
[...]
You probably need a newer libapr. Or if you feel like doing it, add a
test for that function in configure.in and an implementation to
mod_mono.c in case it does not exist. I'd appreciate the patch.
-Gonzalo
More information about the Mono-devel-list
mailing list