[Mono-list] Problem with libmod_mono.so

Jonathan Stowe mono-list@lists.ximian.com
Thu, 01 Jul 2004 14:59:36 +0100


On Thu, 2004-07-01 at 14:27, beniniva@csr.unibo.it wrote:
> I've created the folder "apache" in /usr/local/ and then I've installed
> mod_mono-0.11 with successfully.
> 
> Now I've problems with apache:
> 
> [root@or2 root]# apachectl start
> Syntax error on line 201 of /etc/httpd/conf/httpd.conf:
> Cannot load /usr/lib/httpd/modules/libmod_mono.so into server:
> /usr/lib/httpd/modules/libmod_mono.so: undefined symbol: ap_table_get
> 
> 

This looks very much that you are trying to load a module which was
compiled against a different version apache into your apache - you may
have to specify the location of your apache installation to configure
'configure --help' will give you the flags to set this.

/J\