[Mono-list] Installing

2004-05-18 Thread Rik Dodsworth
I have downloaded all the packages for red hat and am attempting to install. When I run Mono-Core-0.91-0.ximian.6.3.i386 it says it requires mono-posix = 0.91-0.ximian.6.3 When I run mono-posix-0.91-0.ximian.6.3.i386 it says it requires mono-code = 0.91-0.ximian.6.3   This looks to me

[Mono-list] Installing Mono

2003-08-01 Thread Anton Fajardo
I installed the mono module for apache and it seems to be working .  I had some errors in the code and I can see the error in my error_log but the page gets stuck and never shows any error it just gets stuck in trying to send request to localhost.  I’m running apache on red hat 9.0.    T

[Mono-list] Installing XSP

2003-11-22 Thread TracyAnne
From Mono Dcoumentation - Installing XSP Please reply to my email address. II. XSP 1. Get XSP Get XSP from CVS or untar a release (go-mono.org). 2. Installing XSP Eventually untar, then "make" in /path/to/xsp/ *What am I making? * Typing Make anywhere withing within any of the sub di

[Mono-list] Installing mono

2004-03-18 Thread uruz
hi my 2. question about installing On the mono downloadpage i found a large list with rpms for suse. But who of them i need to run and develop mono? I downloaded all the rpms and try to install cairo-0.1.17-0.ximian.8.1.i586.rpm libpixman-devel-0.1.0-1.ximian.8.2.i586.rpm gtk-sharp-0.1

RE: [Mono-list] Installing

2004-05-18 Thread RoBiK
Hi,   to install packages with circular references write on single command line "rpm -ih package1 package2".   Robert   From: Rik Dodsworth [mailto:[EMAIL PROTECTED] Sent: Montag, 17. Mai 2004 15:26To: [EMAIL PROTECTED]Subject: [Mono-list] Installing I have downloaded all th

[Mono-list] Installing Mono

2004-06-03 Thread Stephen Bursey
Hi, I have a clean install of Red Hat 8.0. I was just wondering what are the steps required to install mono? How do I get XSP working? How can I test this? Any help you could provide would be greatly appreciated. Thank you, Stephen Bursey ___ Mono-lis

[Mono-list] Installing mono

2005-05-07 Thread peter
I've just upgraded to SuSE 9.3 Professional - which mean I have mono 1.1.5 installed. I would now like to install monodevelop, but I can't find any packages for the latest version. Are there any available? I tried to install from the 0.61 tarball, but I got a configuration error about gtk-sou

[Mono-list] Installing mod_mono

2006-09-06 Thread hinko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having problems getting mod_mono up and running. I made a clean install of Ubuntu server and installed mod_mono with apache2. The install seems to have succeeded as I get the following message on the default page... "Apache/2.0.55 (Ubuntu) mod_

[Mono-list] Installing mono

2007-02-08 Thread Pedro M. Gonzalez
Hi, I'm trying to install mono on fedora core 4. My question is: After installing Apache and mono-mod; do I need XSP web server ? Thanks. Pedro Gonzalez Senior Server/Application Manager Cornell University Medical College Finance Department Phone(212)680-7159

[Mono-list] installing the gc

2003-02-08 Thread kojoadams
Hi all, I have managed to build the gc6alpha1 on a Redhat 7.3 and installed in a directory in my home directory. How do I get mono configuration scripts to find the right headers and libraries when compiling. I tried setting the --includedir option when running configure but this doesn't work.

[Mono-list] installing mod_mono problem

2003-12-17 Thread babar haq
Hi all I am trying to follow INSTALL file in the mod_mono-0.5 tar ball. I have installed mono using rpm for rh9.0. Now the first step is to install xsp. When i untar xsp-0.6.tar.gz there are no make files in it. Where as i am supposed to run ./configure, make and make install I am lost. Re

[Mono-list] Installing mono-wine

2003-12-17 Thread Chris Seaton
I posted this to [EMAIL PROTECTED], but apart from a few other unanswered questions that list is dead, so I'm reposting here. I have mono (0.29), wine (20031212) and mono-wine (20030318) installed but when I run mono on one of the sample apps, checkedListBoxCtrl.exe, it crashes saying it can't

[Mono-list] Installing beta 2

2004-06-04 Thread Pablo Chacin
Hi all   I'm trying to install mono beta 2. I would like to get the whole mono stuff but the source (I'm just tipping the waters). The first time I tried it, I couldn't get either the monodevelop or the monkey guide.   There are several options incl: using red carpet, using cvs, downloading the r

[Mono-list] Installing from src

2005-01-06 Thread Kevin B.
Hi Guys, I decided to build mono from source since there are no rpms for fc3 on the go-mono site. I have a few questions that came up during my attempt: 1) [This is a total Linux newbie question] I downloaded Mono Runtime 1.0.5(mono-1.0.5.tar.gz), ran it through tar, changed to the mono-1.

Re: [Mono-list] Installing mono

2005-05-07 Thread Ben Maurer
On Sat, 2005-05-07 at 17:09 +0100, peter wrote: > I've just upgraded to SuSE 9.3 Professional - which mean I have mono > 1.1.5 installed. I would now like to install monodevelop, but I can't > find any packages for the latest version. Are there any available? > > I tried to install from the 0.

Re: [Mono-list] Installing mono

2005-05-07 Thread peter
Ben Maurer wrote: It looks like somebody hasn't uploaded the 9.3 client, sadly. To get redcarpet, open up yast2, and do the "add and remove software" thingy. (you have to do sudo su -, because it is in sbin) and install rcd and rug. Note that we don't have a gtksourceview and geckosharp up yet on t

Re: [Mono-list] Installing mono

2005-05-07 Thread Ben Maurer
On Sat, 2005-05-07 at 17:58 +0100, peter wrote: > Ben Maurer wrote: > > >It looks like somebody hasn't uploaded the 9.3 client, sadly. > > > >To get redcarpet, open up yast2, and do the "add and remove software" > >thingy. (you have to do sudo su -, because it is in sbin) and install > >rcd and ru

Re: [Mono-list] Installing mono

2005-05-07 Thread peter
Ben Maurer wrote: No, you won't. When we release you might have to `rug ref' to make sure that rug gets up to date packages. Will I need to subscribe to gtk-sharp-2-official in order to get monodevelop to work? Peter ___ Mono-list maillist - Mono-l

[Mono-list] installing runtime only

2008-10-12 Thread Daniel Soto
Hello community! How can an user to install only the runtime of mono, to execute applications? Similar to installing dotnetfx.exe in windows, I get only the .NET executable, for running .NET applications in windows without installing all .NET framework SDK. How can I to get this in GNU/Linux? If

[Mono-list] Installing monomac & maccore

2010-08-31 Thread flohei
Hi there, I'm new to Mono and MonoMac since I need it for a project for the first time. I installed the Mono framework and MonoDevelop and these two guys are working fine. But I have no idea where or how to install the two frameworks monomac and maccore I downloaded from github. Can anyone help m

[Mono-list] Installing the MRE

2012-11-26 Thread Dan Wright
Hi all, I need urgent help :-/ When I launch the Mono runtime installer from a shell script, /usr/bin/mono does not get installed. The process appears to complete without any errors, and Console doesn't report anything out of the ordinary. If however I run the same Mono runtime installer manua

[Mono-list] installing latest mono

2015-07-29 Thread zganjei
Hi, I installed mono on my ubuntu using the instructions here http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives I expected to get the latest version of mono, i.e. 4.0.2 SR 2 (4.0.2.5), but the result of mono --version is Mono JIT compiler version 3.0.

[Mono-list] Installing the daily snapshots

2003-06-25 Thread Ariel Rios
Is there a special process to isntall the daily snapshots? First I compile mono. It compiles correctly and then I Install it. Then I go for mcs but I always get: Your mono runtime and corlib are out of sync. Corlib is: ../../class/lib/corlib.dllWhen you update one from cvs you need to update, comp

[Mono-list] Installing Mono on apache

2004-02-04 Thread Nuno Afonso
Hi, I've just started playing with c# and Mono, and I wanted to add it's functionality on apache. I did everything on the install files and when I try to test mod_mono I get: Server error in '/mono' application Description

[Mono-list] Installing mono from cvs

2004-05-17 Thread Pablo Chacin
Hi all   I downloaded the mono source following the instrucciones for non cvs download. The, I followed the instructions in the monkeyguide to install it. When I run the make command, I get this error:   Corlib not in sync with this runtime: expected corlib version 17, found 19. Dowload a never

RE: [Mono-list] Installing beta 2

2004-06-05 Thread Rob . Tillie
To: [EMAIL PROTECTED] Subject: [Mono-list] Installing beta 2   Hi all   I'm trying to install mono beta 2. I would like to get the whole mono stuff but the source (I'm just tipping the waters). The first time I tried it, I couldn't get either the monodevelop or t

[Mono-list] Installing Mono / Red Carpet

2004-06-12 Thread John Bailo
I just installed Red Carpet, because the mono site http://www.mono-project.com/using/index.html Says it's the preferred way of installing mono. So, I clicked on the links and installed 3 packages: rcd red-carpet rug rcd is the daemon that lets rug connect to the mono channel. when I run rug

[Mono-list] Installing Mono; what steps...

2004-10-18 Thread gordingin
Hello all, I am new to Mono so you will all be sick of me soon, I will be posting many questions I am sure ;) and here is my first. I installed SuSE Personal 9.1 on my laptop. Love it (and that is saying something since I have 0.001 years experience with Linux and 13+ years with Windows). So I

[Mono-list] Installing Mono on Debian

2006-03-24 Thread Redefined Horizons
I'm realtively new to Linux and Mono, so please be patient if I ask something obvious. :]   I'd like to get Mono installed on my Debian Linux box. I'm running the stable version of Debian Sarge. Should I try to use a Debian package for Mono, or can I use the installer provided here?:   http://www.m

[Mono-list] Installing everything from source?

2006-11-23 Thread Carlos Adriano Portes
Hi Friends! Is there a tutorial teaching how to install mono, monodevelop gtk etc from source? what is needed etc. Thanks in advance ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] installing mono on Centos

2008-05-20 Thread gmmo1971
tried this and it's dying as shown: any clues on how to fix it? thx! [EMAIL PROTECTED] ~]# yum install mono Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Resolving Dependencies

Re: [Mono-list] installing runtime only

2008-10-13 Thread crash893
Sorry Mate This is my question Go make your own post Daniel Soto-2 wrote: > > Hello community! > > How can an user to install only the runtime of mono, to execute > applications? Similar to installing dotnetfx.exe in windows, I get only > the .NET executable, for running .NET applications in

Re: [Mono-list] installing runtime only

2008-10-13 Thread Daniel Soto
What you talking about? I wrote the email with my question from the beginning. I didn't attach my email from your email. My question is completely different. However, if there are duplicate entries for the same question, I'm so sorry. 2008/10/13 crash893 <[EMAIL PROTECTED]> > > Sorry Mate > >

Re: [Mono-list] installing runtime only

2008-10-13 Thread Daniel Soto
Oh yes, I understand. In this case, I'm so sorry. In the future I will write my posts more carefully. In the spanish list of mono this is not considerated. I thought that in the english list this was not a problem either. Again, sorry for the misunderstanding. Crash893, my apologizes for you. Th

[Mono-list] Installing mod_mono from source

2008-12-16 Thread swiftk77
I know that Redhat 9 isn't a supported environment for mono, but I really don't have a choice, since this is what my VPS is providing me. I have had mono and mod_mono running in the past with version 1.x, but I just recently tried to install 2.0 and get everything running except for mod_mono. Wh

[Mono-list] installing assembly from dll

2009-03-02 Thread Bartolomeo Nicolotti
hi, i'm using mono on windows, i've a dll which contains code for accessing db2-iseries how do i let mono be aware of this dll so that i can compile and run? i've tried the same with visual studio web developer express and i can compile easely. bye -- View this message in context: http://ww

[Mono-list] Installing Mono without admin

2009-04-02 Thread fevans
The following comments are hopelessly generalized, but in a nutshell a lot of .NET developers entering into Linux either don't have root, or are reluctant to make changes to a system they don't yet fully understand. I'm not a big fan of java, but by comparison the JRE distributions do seem to be

[Mono-list] installing Nant on Linux

2009-08-23 Thread nadie
Hello, I installed version 2.0 of Mono on Linux, and I want to install Nant, I followed the instructions on: http://www.mono-project.com/NAnt_Installation but I can not, I have the following error: / home/nadi/nant-0.86-nightly/nant-0.86-nightly-2009-05-05/tests/NAnt.Core/NAnt.Core.

[Mono-list] Installing mono on linux

2010-01-19 Thread ddowhy
I am having trouble figuring out how to install mono on linux. I am running Fedora release 7 2.6.22.5-76.fc7. The platform for which this app will run on may be something different, like red hat or centos. There doesnt seem to be a linux 'package' to download from the downloads section. So I

Re: [Mono-list] Installing monomac & maccore

2010-08-31 Thread Alexander Shulgin
On 31.08.2010 16:27, flohei wrote: > > Hi there, > > I'm new to Mono and MonoMac since I need it for a project for the first > time. I installed the Mono framework and MonoDevelop and these two guys are > working fine. But I have no idea where or how to install the two frameworks > monomac and macc

Re: [Mono-list] Installing monomac & maccore

2010-08-31 Thread Alexander Shulgin
On 31.08.2010 17:30, Florian Heiber wrote: > Hi Alex, > > I tried it, yes. But it does not find the make tool though I've got > Xcode installed. Do you know the location make? Well, this is strange. I have it like this on my 10.5.8 with Xcode installed: $ which make /usr/bin/make where `make'

Re: [Mono-list] Installing monomac & maccore

2010-08-31 Thread Michael Hutchinson
On Tue, Aug 31, 2010 at 9:27 AM, flohei wrote: > > Hi there, > > I'm new to Mono and MonoMac since I need it for a project for the first > time. I installed the Mono framework and MonoDevelop and these two guys are > working fine. But I have no idea where or how to install the two frameworks > mon

Re: [Mono-list] Installing monomac & maccore

2010-09-01 Thread flohei
Thank you! Michaels hint did the trick. Now it's working fine! Best –f -- View this message in context: http://mono.1490590.n4.nabble.com/Installing-monomac-maccore-tp2401566p2403064.html Sent from the Mono - General mailing list archive at Nabble.com. __

[Mono-list] Installing Boo Extension (Mac)

2010-12-21 Thread Steve Gentile
Could anyone assist in describing how to install the boo extensions for MonoDevelop on the Mac ? Thanks! ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Installing mono using yum

2011-06-07 Thread James Darbyshire
I am trying to install from yum using the novel ftp repos. It's timing out after 5 minutes Is there a problem? -- Regards, James Darbyshire jamesdarbysh...@gmail.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mai

[Mono-list] Installing mono to cygwin

2012-11-26 Thread apollothethird
I just recently installed tomboy notes on cygwin. When I try to run it I get a message saying: /usr/bin/tomboy: line 36: exec: mono: not found I was trying to find a mono port for cygwin. Can someone advise me on how to do this? Thanks in advance for any suggestions or comments on this. -- L.

[Mono-list] Installing mono to cygwin

2012-11-26 Thread Daniel Lo Nigro
Assuming your environment is set up properly (that is, you've got compilers installed in Cygwin), you can probably just download the Mono source and compile it the normal way (./configure; make; make install). On Tue, Nov 27, 2012 at 4:43 AM, apollothethird wrote: > I just recently installed to

[Mono-list] Installing mono for Linux

2013-02-13 Thread vinny77
Hello, I have installed mono for Linux on my computer, because it is a prerequisite to the installation of another software. I have done a mono-complete install from the linux download manager, and even after restarted my computer the software installer says : mono is not installed ! I have also i

Re: [Mono-list] installing latest mono

2015-07-29 Thread Peter Hultqvist
I've got the later versions from that repo. Just to be safe, did you run apt-get update before installing? What is the mono version if you remove that repo? 2015-07-29 14:43 GMT+02:00 zganjei : > Hi, > > I installed mono on my ubuntu using the instructions here > > http://www.mono-project.com/do

Re: [Mono-list] Installing the daily snapshots

2003-06-25 Thread Gonzalo Paniagua Javier
El mi? 25-06-2003 a las 18:32, Ariel Rios escribió: > Is there a special process to isntall the daily snapshots? > First I compile mono. It compiles correctly and then I Install it. > Then I go for mcs but I always get: > > Your mono runtime and corlib are out of sync. > Corlib is: ../../class/lib

Re: [Mono-list] Installing Mono on apache

2004-02-05 Thread Jim Erwin
Nuno, Some more specific information, such as which version of mono and mod_mono you've compiled, how you've got it configured, what distro you're using, was apache installed by your distro or did you compile from source, how you specifically configured apache for mod_mono, your command line when

Re: [Mono-list] Installing Mono on apache

2004-02-05 Thread Nuno Afonso
Hi, I've solved the problem. While searching the net I found someone who had the same problem, it was because the previous version of some mono components where not properly updated. So I uninstalled everything and installed it again, and it works fine. Thanks for your time, Nuno Afonso On Thu,

[Mono-list] Installing mono - without su rights

2004-04-01 Thread Tom Wilkie
Hi there I don't know if this can be done - I assume it can. I have access to a linux box on the web, just a user account, and I wanted to install mono on it. I managed to get glib and pkgconfig compiled and installed under ~/mono/ and have set $LD_LIBRARY_PATH to /home/tw275/mono/lib and $LD

RE: [Mono-list] Installing mono from cvs

2004-05-17 Thread Rodolfo Campero
Inline... From: "Pablo Chacin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Mono-list] Installing mono from cvs Date: Sun, 16 May 2004 21:18:25 -0600 Hi all I downloaded the mono source following the instrucciones for non cvs download. The, I followed the instructi

[Mono-list] Installing XSP on FreeBSD 4.7

2004-08-08 Thread Ken Swift
Has anyone had any luck installing XSP 1.0 on FreeBSD? It configures fine for me, but when I got to make "gmake" it hangs. I am assuming that this is the same threading problem that was addressed in some port patches over the past few months. Has anyone made a port of XSP? I am excited abou

Re: [Mono-list] Installing Mono; what steps...

2004-10-18 Thread Everaldo Canuto
Hi, Unpack this file (mono-all.zip), this zip file contain some rpm files. To install this RPMS type this on cosole window: rpm -i --force *.rpm this install all mono rpms on your distribution. Everaldo. --- [EMAIL PROTECTED] escreveu: > Hello all, > > I am new to Mono so you will all

[Mono-list] Installing Mono; what steps... x2

2004-10-18 Thread gordingin
Thanks for the help. I ran the rpm *.rpm and got a list of dependencies that failed. Using YaST I install most of them, I am stuck on only 2 of them. I installed Wine using YaST but the version YaST showed me was to low so the rpm install failed on that. Also, it is asking for libpopt.so.0, Ya

[Mono-list] Installing Mono; what steps... x3

2004-10-18 Thread gordingin
Ok I found and install both libraries buy the rpm -i ... *.rpm command line still complains about the wine dependency even though I did install the correct version. 1 left Any help pls pls pls TIA Ralph > Thanks for the help. I ran the rpm *.rpm and got a list of > dependencies that fa

[Mono-list] Installing multiiple Versions of mono

2004-11-10 Thread Philipp Knecht
Hi I wanna use 1.0.4 (stable) and latest on the same box. I use Ubuntu 4.10. I've already compiled and installed 1.0.4 (libgdiplus,mono,mcs,xsp,gtk# in this particular order) with the prefix /usr/local. Now i'll download the latest tarball and compile/install it too. Are there any pitfalls when i

[Mono-list] Installing mono 1.1.8 on Ubuntu

2005-06-18 Thread Paulo Aboim Pinto
Hello I'm having problems installing the mono 1.1.8 on ubuntu. I'm using the sources deb http://debian.meebey.net/ ./ When I try to install I get always the same error: $ sudo apt-get install mono Reading package lists... Done Building dependency tree... Done You might want to run ʽapt-get -f

[Mono-list] Installing monodevelop (was Fresh Install)

2005-09-01 Thread peter
My attempts to post to the list seem to be failing, so I apologise if this has appeared before. It hasn't appeared in my mailbox: OK. I'm now trying to install monodevelop. Here's what happens when I try from Red Carpet: linux:~ # rug install monodevelop Using monodevelop 0.7-3.novell from

RE: [Mono-list] Installing Mono on Debian

2006-03-24 Thread Lee Connell
t;[EMAIL PROTECTED]> To: mono-list@lists.ximian.com Subject: [Mono-list] Installing Mono on Debian Date: Fri, 24 Mar 2006 13:15:38 -0800 I'm realtively new to Linux and Mono, so please be patient if I ask something obvious. :] I'd like to get Mono installed on my Debian Linux box. I&

Re: [Mono-list] Installing Mono on Debian

2006-03-24 Thread Zac Bowling
go for that. Then you can also build from source. :-) -- Zac Bowling http://zacbowling.com/ - Message from [EMAIL PROTECTED] - Date: Fri, 24 Mar 2006 13:15:38 -0800 From: Redefined Horizons <[EMAIL PROTECTED]> Reply-To: Redefined Horizons <[EMAIL PROTECTED]> Subject

Re: [Mono-list] Installing Mono on Debian

2006-03-28 Thread Paolo Molaro
On 03/24/06 Redefined Horizons wrote: > I'm realtively new to Linux and Mono, so please be patient if I ask > something obvious. :] > > I'd like to get Mono installed on my Debian Linux box. I'm running the > stable version of Debian Sarge. Should I try to use a Debian package for > Mono, or can I

RE: [Mono-list] Installing Mono on Debian

2006-03-29 Thread Tony G
Paolo Molaro wrote: > On 03/24/06 Redefined Horizons wrote: >> I'm realtively new to Linux and Mono, so please be >> patient if I ask something obvious. :] >> >> I'd like to get Mono installed on my Debian Linux box. >> I'm running the stable version of Debian Sarge. Should I >> try to use a Debi

Re: [Mono-list] Installing Mono on Debian

2006-03-29 Thread Joshua Tauberer
Tony G wrote: > Paolo, I must disagree. In a recent thread of mine here ("Dependency > issues with 1.1.13") I mentioned that the current Mono was built using an > old version of SQLite. This particular issue is a packaging error. The RPMs shouldn't be listing libsqlite.so.0 as a dependency becau

Re: [Mono-list] Installing Mono on Debian

2006-04-03 Thread Paolo Molaro
On 03/29/06 Tony G wrote: > Paolo, I must disagree. In a recent thread of mine here ("Dependency > issues with 1.1.13") I mentioned that the current Mono was built using an > old version of SQLite. A more recent version is installed with Python and > Gnome desktop utilities written in Gnome. Thi

Re: [Mono-list] Installing Mono on Debian

2006-04-03 Thread Andreas Färber
Paolo, > Beginners in the Linux worls should always use the packages that come > with their distribution. This is the documentation people need and it > is up to date:) If your distribution doesn't have current mono packages, > complain with them or change distribution. I agree with you that for be

[Mono-list] Installing Mono on Fedora 4

2006-05-08 Thread Giuseppe Greco
Hi guys, I'm trying to install the latest version of Mono on my Fedora 4 box via yum... but no way to get it run! When I issue the command yum install mono-complete I always get the following error message: Error: Missing Dependency: libsqlite.so.0 is needed by package mono-da

[Mono-list] Installing mono-1.17.1 on ubuntu

2006-09-18 Thread Freyr Magnússon
Hi,I've been struggling to get the latest mono build installed on my ubuntu (I must admit that I'm a n00b with debian systems). I've added the repository from mono-develope but my dependencies can't be met: libc6 (>=2.3.6-6) I have libc6-2.3.6-0and libglib2.0-0 (>=2.12.0) but I have 2.10.3so can an

Re: [Mono-list] Installing everything from source?

2006-11-23 Thread Martin Trejo
Hi Carlos, There is a page on instructions on how to compile Mono but not for MonoDevelop. In the site of MonoDevelop there a guide to compile it. These links surely will help you: http://www.mono-project.com/Compiling_Mono http://www.mono-project.com/Parallel_Mono_Environments http://www.all-

Re: [Mono-list] installing mono on Centos

2008-05-20 Thread William Huskey
I use the universal Linux installer, you can't use yum to update, but it works the first time every time.. http://ftp.novell.com/pub/mono/archive/1.9.1/linux-installer/2/mono-1.9.1_2-installer.bin I gave up using Yum after an hour playing with it, since my systems can not reach the internet once i

[Mono-list] installing mod_mono with 2.0 preview?

2008-08-10 Thread mail4ng
hello, is there a short how-to for installing mod_mono with the 2.0 preview installer? i'm running mono 1.9.1 on my production debian installed from etch backports. everything works fine. but at the moment i have no idea how to install and configure mod_mono with the preview installer for a test

[Mono-list] Installing Mono on Shared Hosting

2009-02-26 Thread thebluebulb
Does anyone know how to install Mono on shared hosting plans? I don't have access to the root of the server or any of that stuff. Any advice? Thanks! -- View this message in context: http://www.nabble.com/Installing-Mono-on-Shared-Hosting-tp5996p5996.html Sent from the Mono - General ma

Re: [Mono-list] installing assembly from dll

2009-03-02 Thread Chris Howie
On Mon, Mar 2, 2009 at 10:09 AM, Bartolomeo Nicolotti wrote: > i'm using mono on windows, i've a dll which contains code for accessing > db2-iseries > > how do i let mono be aware of this dll so that i can compile and run? If you are using Monodevelop, right-click the references folder in your pr

Re: [Mono-list] installing assembly from dll

2009-03-04 Thread Bartolomeo Nicolotti
Chris Howie wrote: > > On Mon, Mar 2, 2009 at 10:09 AM, Bartolomeo Nicolotti > wrote: >> i'm using mono on windows, i've a dll which contains code for accessing >> db2-iseries >> >> how do i let mono be aware of this dll so that i can compile and run? > > If you are using Monodevelop, right-c

Re: [Mono-list] installing assembly from dll

2009-03-17 Thread Chris Howie
On Wed, Mar 4, 2009 at 11:47 AM, Bartolomeo Nicolotti wrote: > I think I've another problem, another dll, cwbx.dll, I'm trying to use to > migrate a web service that connects to db2 systemi as400, is not manged, > i.e. is a normal windws dll, no assembly, when I try to add it with gacutil > i get

Re: [Mono-list] Installing Mono without admin

2009-04-02 Thread Michael Hutchinson
On Thu, Apr 2, 2009 at 8:54 PM, fevans wrote: > > The following comments are hopelessly generalized, but in a nutshell a lot of > .NET developers entering into Linux either don't have root, or are reluctant > to make changes to a system they don't yet fully understand. > > I'm not a big fan of jav

Re: [Mono-list] Installing Mono without admin

2009-04-03 Thread fevans
Thanks for the link. I've compiled from source before, repeatedly actually. Trouble is, when something goes wrong I'm not sure if its something I botched in the compile, or env problem, or a legitimate mono issue. But the link did contain some very useful environment variables that I didn't know

[Mono-list] Installing mono on Ubuntu 8.10

2009-04-24 Thread publicbar
Hi, Having major problems with this. Did: apt-ge install mono-2.0-devel installed ok and mono.exe works. However I need mozroots.exe and this is nowhere to be found what am I missing to get this? thanks -- View this message in context: http://www.nabble.com/Installing-mono-on-Ubuntu-8.10-

[Mono-list] Installing Mono on Centos 5

2009-09-05 Thread andyGr
Hi All, I am trying to install Mono (the latest version as possible) on Centos 5. The standard rpm suggested by yum is very old (1.2.4-2.el5.centos.i386). I found Mono 2.0.1 here: http://download.opensuse.org/repositories/home:/directhex/RHEL_5/x86_64/ Is it the latest one available for Centos

[Mono-list] Installing Windows service on Windows

2011-11-02 Thread Erik Cederstrand
Hi all, (Newbie warning) I have created a test Windows Service using Mono 2.10.6 and MonoDevelop 2.8.1 on OSX and compiled it against .NET 4.0 to an executable. I then wanted to install it on my Windows 7 VM (Mono is not installed there) using InstallUtil.exe, but I get the following error.

[Mono-list] Installing mono 3.0 on Ubuntu

2012-10-25 Thread sudeka
Hi, I used mono-3.0.0.tar.bz2, xsp-2.10.2.tar.bz2, mod_mono-2.10.tar.bz2 and additionally: libgdiplus-2.10.9.tar.bz2 and gtk-sharp-2.12.11.tar.bz2 to install mono 3.0. When I run an asp.net application, I get the following error. Thank you in advance for your help. Exception during TraceManage

Re: [Mono-list] Installing mono to cygwin

2012-11-27 Thread Daniel Lo Nigro
If you get errors with 3.0.1 as well, post the error messages so we can try to assist. I'm not sure if Mono in Cygwin is a supported configuration (I've never tried it myself) but posting the errors could allow people more experienced than I am to try and assist :) On Tue, Nov 27, 2012 at 9:42 PM

Re: [Mono-list] Installing mono to cygwin

2012-11-27 Thread edward . harvey . mono
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of apollothethird > > I just recently installed tomboy notes on cygwin. When I try to run it I get > a message saying: > > /usr/bin/tomboy: line 36: exec: mono: not found > > I was trying to find

Re: [Mono-list] Installing mono to cygwin

2012-11-27 Thread apollothethird
edward.harvey.mono wrote >> From: > mono-list-bounces@.ximian > [mailto:mono-list- >> > bounces@.ximian > ] On Behalf Of apollothethird >> >> I just recently installed tomboy notes on cygwin. When I try to run it I >> get >> a message saying: >> >> /usr/bin/tomboy: line 36: exec: mono: no

Re: [Mono-list] Installing mono to cygwin

2012-11-27 Thread Stifu
That sounds too complicated and twisted, especially if you're trying to get people to use the app. If Tomboy has to be fixed, then you should get in touch with one of the maintainers. I found this related 4-year old article: http://automorphic.blogspot.fr/2008/10/tomboy-preview-for-windows-and-mac

Re: [Mono-list] Installing mono to cygwin

2012-11-27 Thread apollothethird
On 11/27/2012 12:31 PM, Stifu [via Mono] wrote: > That sounds too complicated and twisted, especially if you're trying > to get people to use the app. If Tomboy has to be fixed, then you > should get in touch with one of the maintainers. > > I found this related 4-year old article: > http://auto

Re: [Mono-list] Installing mono to cygwin

2012-11-27 Thread Jonathan Pobst
Following the Tomboy installation guide, it does not even use Mono on Windows. It uses .NET and GTK# for .NET. https://live.gnome.org/Tomboy/Installing/Windows My guess is you installed Mono instead of GTK# for .NET. You want: http://download.mono-project.com/gtk-sharp/gtk-sharp-2.12.10.win32

Re: [Mono-list] Installing mono to cygwin

2012-11-27 Thread apollothethird
On 11/27/2012 12:59 PM, Jonathan Pobst [via Mono] wrote: > Following the Tomboy installation guide, it does not even use Mono on > Windows. It uses .NET and GTK# for .NET. > > https://live.gnome.org/Tomboy/Installing/Windows > > My guess is you installed Mono instead of GTK# for .NET. > > You want

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread edward . harvey . mono
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of vinny77 > > I have installed mono for Linux on my computer, because it is a prerequisite > to the installation of another software. I have done a mono-complete install > from the linux download m

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread vinny77
Thanks Edward for your reply, please find below my answers : What linux are you running? linux mint 14 x64 MATE What mono did you install? mono-complete and libmono-winforms How did you install it? (yum, rpm, apt-get, build from source, etc) from synaptics What version did you install? not sure o

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread Alberto León
Can you run a console and type "mono theNameOfYourApplication.exe" ? 2013/2/13 vinny77 > Thanks Edward for your reply, please find below my answers : > > What linux are you running? linux mint 14 x64 MATE > What mono did you install? mono-complete and libmono-winforms > How did you install it?

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread vinny77
Thanks albertoleon, I am running Linux so I am not sure what "mono theNameOfYourApplication.exe" could do ?!! Please could you clarify for me ? I need to install my application using a sh file. Each time I try to launch it, it comes back with the same error message : mono is not installed ! --

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread Alberto León
I possible your sh file are looking in the incorrect path to localize Mono. Have you any README file? Perhaps you can run sh file with "--prefix=/usr/lib/" where is supposed Mono are installed 2013/2/13 vinny77 > Thanks albertoleon, I am running Linux so I am not sure what "mono > theNameOfY

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread vinny77
Thanks albertoleon , i will try this ans let you know. Thanks again for your support ! -- View this message in context: http://mono.1490590.n4.nabble.com/Installing-mono-for-Linux-tp4658570p4658579.html Sent from the Mono - General mailing list archive at Nabble.com. __

Re: [Mono-list] Installing mono for Linux

2013-02-15 Thread vinny77
Hello, I have tried to add this when running the sh file : --prefix=/usr/lib/ (I have double checked and mono is installed in this folder /usr/lib/mono). The installation could not worked, but now I got this error message : 16/02/2013 08:42:55 Error An uncaught thread exception was detected

Re: [Mono-list] Installing mono for Linux

2013-02-16 Thread Ian Norton
Looks like you've built different bits expecting different runtimes. You can get this by building some bits for the .net 4 profile and other bits for 3.5. Do you still have your distro's mono installed? Quite possible is that the stuff already installed is for the 2.0 .net runtime and you've re-bu

Re: [Mono-list] Installing mono for Linux

2013-02-16 Thread vinny77
Hello, I have tried several times to reinstall mono from the synaptics of my linux, so maybe that could explain some conflicts that you are talking about ? The strange thing is that I am using only the same installer each time : mono-complete. I have done a mono --version on a terminal and here i

[Mono-list] Installing mono 0.25 with mono-build.sh

2003-07-06 Thread Jason Uppenborn
Hi, I just initiated myself with Mono by installing 0.25. It wasn't quite as easy as just running mono-build.sh, but at least I managed to get the hello.cs example from the website to compile and run. For others who may benefit, here is a very short run-down of what I did: 1. Downloaded mono-buil

  1   2   3   >