> > Mono 3 was released in July. The initial release of Mono 3.0 came out in October 2012<http://www.mono-project.com/Release_Notes_Mono_3.0>. The release you're talking about in July was probably Mono 3.2 :)
> This is production server so installation should not break existing > applications using mono /opt/mono-2.10 Something like this (fixing any typos I've made): cd /usr/local/src wget http://download.mono-project.com/sources/mono/mono-3.2.1.tar.bz2 tar jxf mono-3.2.1.tar.bz2 cd mono-3.2.1 ./autogen.sh --prefix=/opt/mono-3.2 make make install Then you can use /opt/mono-3.2.1/bin/mono for any apps that you want to use Mono 3.2.1. Apps currently using Mono 2.10 will continue to do so unless you explicitly change them. I use GNU Stow <http://www.gnu.org/software/stow/> to manage my Mono versions. They're all stored at /usr/local/stow/ in directories per version (so /usr/local/stow/mono-3.2.1 for example, similar to the /opt paths above). Stow handles creating symlinks in /usr/local/bin to the version you want to use by default. On Sun, Aug 11, 2013 at 11:51 PM, Andrus <[email protected]> wrote: > Thank you. > > Mono 3 was released in July. Dates of files > > http://void.printf.net/~bredroll/pmono/pmono/ > > at 5th of May. > So it looks like this is not released version. > > Debian production server runs asp .net mvc3 applications using mod_mono > and Mono 2.10.8 > > It contains installed mono 2.6 which looks like it is not used. > > Where to find mono 3 RTM package for it or instructions how to compile > Mono in this case ? > This is production server so installation should not break existing > applications using mono /opt/mono-2.10 > > Andrus. > > > *From:* Daniel Lo Nigro <[email protected]> > *Sent:* Sunday, August 11, 2013 4:20 PM > *To:* Andrus <[email protected]> > *Cc:* [email protected]<[email protected]> > *Subject:* Re: [Mono-aspnet-list] How to install Mono 3 RTM in Debian > > Ian Norton's pmono packages are pretty good ( > http://inorton.wordpress.com/pmono-parallel-mono-debian-pacakges/) > > Otherwise, you can just download the source and manually compile it. It's > not too difficult to do and you can use the same Debian packaging scripts > or something like checkinstall to make your own packages. :) > > > On Sun, Aug 11, 2013 at 5:34 AM, Andrus <[email protected]> wrote: > >> Mono 2.10 is installed in Debian as parallel installation to >> /opt/mono-2.10 >> >> Package 2.10.8-parallel-environment-**amd64.deb package downloaded from >> http://sourceforge.net/**projects/mono-parallel/files/<http://sourceforge.net/projects/mono-parallel/files/> >> >> How to install released Mono 3 in similar way ? Where to similar package >> for Mono 3 ? >> >> Andrus. >> ______________________________**_________________ >> Mono-aspnet-list mailing list >> [email protected].**com <[email protected]> >> http://lists.ximian.com/**mailman/listinfo/mono-aspnet-**list<http://lists.ximian.com/mailman/listinfo/mono-aspnet-list> >> > >
_______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
