i am facing a problem that i am using Ubuntu 10.4 i had installed badgerports on my system to run mono application and that was working fine but when i installed wine on my system my mono applications does not works now , i think wine had updated dependencies for badgerports, so please someone suggest me that how to install applications isolated (in sandbox) to resolve dependencies conflict
pleas
I am trying to install Mono from source (because in the future I will need to fix a bug in it).
PROBLEM: The compiled Mono does not behave properly.
Note: http://www.mono-project.com/Compiling_Mono_From_Git is not the whole answer.
Hi,
I am looking for a password manager tool which is cross platform (linux & windows).
I have found keepass. I have started evaluating it under windows in the version 2, and I find it very good.
Now step 2 was to see how it works under linux (suse 11.x to be precise).
At this stage I have realized that there are 2 possibilities.
Hello everyone
I'm trying to install mono 1.1.12.1 in a Ubuntu 12.04 LTS linux server! Running as root I've made the .bin file executable by using:
Code:
chmod +x mono_1.1.12.1.bin
and then execute it using:
Code:
./mono:1.1.12.1.bin
Though it only changed command line.
Now I found how to build and install mono 2.6.x to TC.First install packages - base-dev, make, pkg-config, gcc, bison, binutils, gettext, glib2-dev, glib2thenwget http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.1.tar.bz2tar xjvf mono-2.6.1.tar...
Mono, a portable and open source implementation of the .NET framework for Unix, and other operating systems, has reached version 3.0 Beta. Developer of Mono 3.0 have explained that the new version is a direct update from Mono 2.10, based on the master branch of github. Mono 2.10 will still be updated for another six months for the users unable upgrade t... (read more)
I needed to debug an application developed for Mono 2.6.7, as the target environment only comes with that version, how do I install Mono 2.6.7 so I can debug on my Ubuntu 12.04?
I tried to specify version when installing using apt-get, it will return version no found. I found some PPA, but it's for older version of Ubuntu.
Thanks
I've been using WINE coupled with .NET for ages to run .NET applications, but I recently found out about Mono, a cross-platform, open source version of the .NET framework.
I was wondering: since Mono is native and WINE is a sort of "emulator", does that mean that Mono will be faster and/or better at running .NET applications?
Thanks,
--xereeto
im running mono 3.0 via fastcgi...
my htaccess is like this:
Action mono-cgi /home/vamola/public_html/cgi-bin/mono-cgi
AddHandler mono-cgi .aspx .asmx .ashx .ascx .asax .axd .config .cs
mono-cgi:
#!/opt/mono-3.0.2/bin/fastcgi-mono-server4 -f
-connect /tmp/mono-fcgi.sock /home/admin/mono-fcgi
mono-fcgi:
!/
bin/sh
umask 0077
exec >>/tmp/mono-fcgi.log
exec 2>>/tmp/mono-fcgi.err