[Mono-list] XSP and Mod_Mono Server Problems

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Thu, 22 Jul 2004 14:37:30 +0200


El jue, 22-07-2004 a las 14:08, Biju Arjunan escribió:

> Prob No 2 (mod_mon server)
> -----------------------------------
> I installed the mod_mon_server from the rpm but I cann't find  any
> shared library associated with mod_mo_server as a result of it the
> LoadModule is failing.

After 'configure && make && make install' (the last step may be as
root), the correct LoadModule is inserted for you in the apache
configuration file.

If in trouble, run 'apxs -q LIBEXECDIR'. This will tell you the
directory in which apache modules are. Look for libmod_mono.so there.

-Gonzalo