[Mono-aspnet-list] How to install Mono 3 RTM in Debian

Andrus kobruleht2 at hot.ee
Mon Aug 19 18:53:48 UTC 2013


I installed mono 3.2 using your instructions but
there is no file "/opt/mono-3.2/bin/mod-mono-server4"

It exists in 2.10

How to use  mod_mono in 3.2 ?

Andrus.

From: Daniel Lo Nigro 
Sent: Thursday, August 15, 2013 2:36 PM
To: Andrus 
Cc: mono-aspnet-list at lists.ximian.com 
Subject: Re: [Mono-aspnet-list] How to install Mono 3 RTM in Debian

  Mono 3 was released in July.
The initial release of Mono 3.0 came out in October 2012. 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 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 <kobruleht2 at hot.ee> 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 
  Sent: Sunday, August 11, 2013 4:20 PM
  To: Andrus 
  Cc: mono-aspnet-list at lists.ximian.com 
  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 <kobruleht2 at hot.ee> 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/

    How to install released Mono 3 in similar way  ? Where to similar package for Mono 3 ?

    Andrus. 
    _______________________________________________
    Mono-aspnet-list mailing list
    Mono-aspnet-list at lists.ximian.com
    http://lists.ximian.com/mailman/listinfo/mono-aspnet-list


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20130819/5488dbbe/attachment.html>


More information about the Mono-aspnet-list mailing list