On Thu, 2004-07-01 at 14:27, [EMAIL PROTECTED] 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: > > [EMAIL PROTECTED] 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\ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
