- You need to run apt-get install build-essential to get the tools to build, but it looks like you got this working :) - Download XSP from Git rather than from the tarball, as the tarball is out of date. You need at least XSP 3 as it has some bug fixes not included in 2.10. - You need to download and compile libgdiplus separately, similarly to XSP.
On Tue, Aug 20, 2013 at 5:40 AM, Andrus <[email protected]> wrote: > I downoaded > xsp-2.10.2.tar.bz2<http://origin-download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2>and > tried > > export PKG_CONFIG_PATH=/opt/mono-3.2/lib/pkgconfig > ./configure --prefix=/opt/mono-3.2 > > but got error below. > How to fix ? > > Andrus. > > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking target system type... x86_64-unknown-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for a BSD-compatible install... /usr/bin/install -c > checking for gawk... (cached) gawk > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for MONO_MODULE... yes > checking for gmcs... /usr/bin/gmcs > checking for dmcs... no > configure: error: You need to install 'dmcs' > > Andrus. > > *From:* Jay Wren <[email protected]> > *Sent:* Monday, August 19, 2013 10:01 PM > *To:* Andrus <[email protected]> > *Subject:* Re: [Mono-aspnet-list] How to install Mono 3 RTM in Debian > > you need to install XSP using similar instructions > -- > Jay > > On Aug 19, 2013, at 2:53 PM, "Andrus" <[email protected]> wrote: > > 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 <[email protected]> > *Sent:* Thursday, August 15, 2013 2:36 PM > *To:* Andrus <[email protected]> > *Cc:* [email protected]<[email protected]> > *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<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 > > > > _______________________________________________ > Mono-aspnet-list mailing list > [email protected] > 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
