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