[Mono-list] mod_mono install on osx

Gonzalo Paniagua Javier reply.to.the.list.iam.suscribed@notexists.ximian.com
Thu, 07 Apr 2005 21:18:12 -0400


On Sat, 2005-04-02 at 20:24 -0800, brian betts wrote:
> The Mod_mono readme starts out suggesting Mono, XSP
> and Apache are installed in one directory, /usr. All
> three are in different directories on my machine:
> 
> 1. Mono is in
> /Library/Frameworks/Mono.framework/Versions/Current
> 2. Apache 2, installed via Fink, is in /sw
> 3. XSP is in /usr/libexec. 
> 
> Anyone know what the correct ./configure for my
> mod_mono install? Should I move my Apache and XSP
> installs?
> 
> my guess is:
> 
>  ./configure --prefix=/usr
> --with-mono-prefix=/Library/Frameworks/Mono.Framework/Versions/Current
> 
> Any suggestions?

Given that you have everything in different prefixes, I would just use
MonoExecutablePath and MonoServerPath to point to the mono executable
and mod-mono-server.exe. Doing this, the prefix you use for mod_mono is
irrelevant.

-Gonzalo