[Mono-list] mod_mono_unix installation
Gonzalo Paniagua Javier
gonzalo@ximian.com
Fri, 22 Aug 2003 14:46:34 +0200
Hi there!
I've been receiving reports of failures when installing mod_mono_unix
(stuff like: "/usr/httpd/lib/libapr-0.so.0: undefined symbol:
mono_module").
It turns out that the instructions in mod_mono/install contained a
copy&paste bug. The right lines to add to httpd.conf are:
Listen 8080
LoadModule mono_unix_module
/home/user/mono/install/apache2/lib/libmod_mono_unix.so
MonoApplicationUnix /mono /tmp/mod_mono_server
I've also updated the INSTALL file.
-Gonzalo