How to Install Mono
Posts: 43
Hi I am .Net developer and i want to install Mono which is .Net development environment for Linux by Novell open source.
Their website is www.go-mono.org where they have provided Debian based link for source code packages but frankly doesn't look like they care much about debian or debian based distros.
I have tried installing those packages but have not met much success. Keeps giving error for glib ver 2.0 and all.
I dont know where to find glib v 2
I am using Mepis 3.3.1 Please dont ask me to install 3.4.3 cause i didn't like it. It has it's own issues with media playing and wi-fi networking so i reverted back to 3.3.1 which is faster in booting and works like breeze.
Coming back to point, has anyone installed mono and monodevelop environment successfully on Debian based distro then please if you can let me know the steps.
thanks
vineet
re: How to Install Mono
Posts: 87
I think you can just install mono packages from etch... I didn't add any special repositories apart from mplayer, and I was able to install entire mono in newest version...
XSP configuration
Posts: 43
thanks for your advice about installing mono. It worked good.
But I am stuck with XSP webserver now. I installed XSP and XSP-base from synaptic and configured it to listen at 0.0.0.0 port 8080.
But somehow it is unable to override Apache. I tried different ports as well but doesn't work.
I am not even sure whether xsp is running.
Can you please give me cue regarding setting up xsp for ASP.net purpose.
thanks again
If you are short on chops then break a neck with MEPIS 
hi, add # mono deb
Posts: 471
hi,
add
# mono
deb http://debian.meebey.net/ ./
to /etc/apt/sources.list
then do an
apt-get update
apt-get install monodevelop