[Mono-list] Problem with starting Appache server and libmod_mono
Robert Jordan
robertj at gmx.net
Sun Jun 24 11:25:31 EDT 2007
Hi Evgeny,
Evgeny Pirogov wrote:
> Thanks Robert. You know options of mod_mono ./configure for compiling for
> Apache 1.3 ?
The same like compiling for 2.x. `Configure' should be able to detect
your Apache version, if it can find its dev tools (apxs).
If you have both version installed, you may try to specify the
apxs of the desired version using
./configure --with-apxs=/path/to/apxs
Robert
>
>
> Evgeny Pirogov wrote:
>> > I have next error with starting apache server :
>> >
>> > [root at H101 init.d]# httpd start
>> > Syntax error on line 212 of /usr/local/apache/conf/httpd.conf:
>> > Cannot load /usr/lib64/httpd/modules/libmod_mono.so into server:
>> > /usr/lib64/httpd/modules/libmod_mono.so: undefined symbol:
>> > ap_hook_post_config
>> > /usr/sbin/httpd start: httpd could not be started
>>
>> It looks like you're trying to load libmod_mono.so, which was
>> compiled for Apache 2.x, into Apache 1.3.
>>
>> Robert
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list