[Mono-list] Problem with libmod_mono.so

beniniva@csr.unibo.it beniniva@csr.unibo.it
Fri, 2 Jul 2004 10:22:59 +0200


Thank you very much!

I've just installed httpd-devel-2.0.49-4 instead of apache-devel-1.3.31.

But now I've another problem when I lunch "apachectl start":

******************************************
[root@or2 root]# mono /usr/bin/mod-mono-server.exe --root
/usr/share/doc/xsp/test/ --applications /mono:/usr/share/doc/xsp/test/
--nonstop
Adding applications '/mono:/usr/share/doc/xsp/test/'...
Registering application:
    Host:          any
    Port:          any
    Virtual path:  /mono/
    Physical path: /usr/share/doc/xsp/test
Listening on: /tmp/mod_mono_server
Root directory: /usr/share/doc/xsp/test
*****************************************
[root@or2 root]# apachectl start
[Fri Jul 02 10:22:08 2004] [warn] module mono_module is already loaded,
skipping[Fri Jul 02 10:22:08 2004] [warn] module mono_module is already loaded,
skippingSyntax error on line 545 of /etc/httpd/conf/httpd.conf:
Invalid command 'MonoApplication', perhaps mis-spelled or defined by a module
not included in the server configuration
*******************************************

This is line 545 of /etc/httpd/conf/httpd.conf:

MonoApplication "/mono:/usr/share/doc/xsp/test"


What can I do?

Thanks,

Valentina.



>Scrive Jonathan Stowe <jns@gellyfish.com>:

> 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\
> 
>