Yeah, I remember reading that on the list before, but that's not the case
for my 2.10.2 install.  I have the following:

mod-mono-server:
#!/bin/sh
exec /usr/local/mono/2.10.2/bin/mono $MONO_OPTIONS
"/usr/local/mono/2.10.2/lib/mono/2.0/mod-mono-server2.exe" "$@"

mod-mono-server2:
#!/bin/sh
exec /usr/local/mono/2.10.2/bin/mono $MONO_OPTIONS
"/usr/local/mono/2.10.2/lib/mono/2.0/mod-mono-server2.exe" "$@"

mod-mono-server4:
#!/bin/sh
exec /usr/local/mono/2.10.2/bin/mono $MONO_OPTIONS
"/usr/local/mono/2.10.2/lib/mono/4.0/mod-mono-server4.exe" "$@"

And, to be clear, although the mod-mono-server and mod-mono-server2 scripts
are the exact same, they are not symlinks.

-Abe

On Mon, May 9, 2011 at 11:55 AM, Robert Jordan <[email protected]> wrote:

> On 09.05.2011 17:46, Doug wrote:
> > Hrm.. this may be the core of my problem.
> >
> > On my server I only have mod-mono-server and mod-mono-server2; where did
> you
> > get mod-mono-server4 from?
>
> It has been removed. mod-mono-server is actually mod-mono-server4.
>
> Robert
>
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to