[Mono-aspnet-list] How to check/force ASP.NET to use Mono compiled from SVN trunk
Jan van der watt
janvanderwatt at gmail.com
Wed Aug 12 08:03:44 EDT 2009
Hi,
I hope this is the right forum. I am trying to test that a bug has been
fixed in the latest trunk (
https://bugzilla.novell.com/show_bug.cgi?id=507663).
I installed MONO 2.0 from the openSuse DVD, then fetched the latest trunk of
mono from SVN, compiled it and installed it using:
$ svn co http://anonsvn.mono-project.com/source/trunk/mono
$ svn co http://anonsvn.mono-project.com/source/trunk/mcs
$ svn co http://anonsvn.mono-project.com/source/trunk/libgdiplus
$ cd mono
$ ./autogen.sh --prefix=/usr/local
$ make
$ make install
(it compiled OK, and most of the tests passed as well - well done to the
MONO team - it wasn't problematic at all, up to this point!).
# mono --version
Mono JIT compiler version >>> 2.5 (/trunk/mono r139703 Tue Aug 11 23:36:19
EST 2009) <<<
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC and Parallel Mark)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
I take this to show that the Mono executable on the path is the one that I
built.
However, when I get an error on my ASP.NET page (meaning the bug has not
been fixed), the versions reported are:
*Version information: *Mono Version: >>> 2.0.50727.42; ASP.NET Version:
2.0.50727.42 <<<
So, now I'm not sure that the version that I compiled is in fact being used.
Am I just confused? Did I miss something? How do I tell Apache to use the
version I compiled, or did "make install" do that for me (by replacing the
mono 2.0 binaries)?
Any help would be appreciated.
I'm running openSUSE 11.1, on a clean freshly installed virtual machine
(yesterday). Mono is used under Apache 2 (virtual host).
Thanks,
Jan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20090812/faecfbea/attachment.html
More information about the Mono-aspnet-list
mailing list