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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
