[Mono-list] Mono path for mod_mono
Gonzalo Paniagua Javier
gonzalo@ximian.com
Thu, 06 May 2004 00:49:48 +0200
El mié, 05-05-2004 a las 14:06, amerigo5 amerigo5 escribió:
> Hi,
>
> I am getting the following error on Apache/mod_mono:
>
> Failed running '/usr/bin/mono /usr/bin/mod-mono-server.exe --filename
> /tmp/mod_mono_server --applications /............'
>
> I get the above error when I install mono using:
>
> #./configure
> #make
> #make install
If you run configure without using --prefix option, it will install in
/usr/local and then, if the prefix for mod_mono is /usr, you need to
provide the full path to mono executable using the module configuration
directives (man mod_mono).
-Gonzalo