[Mono-list] Problem installing Beta 1 on Debian ( was Re: [Mono-list] webservices / need help on installing mono)

Jonathan Stowe mono-list@lists.ximian.com
Tue, 25 May 2004 14:23:28 +0100


On Tue, 2004-05-25 at 12:59, KiOrKY wrote:
> sorry i copy my last thread here to not flood the mailing list.
> the problem is taht i cant install mono to continue performing my tests...
> 

Please do not continuously re-send the same question to the list, if
no-one has responded to your previous questions it might be because:

  a) you have not provided enough information.

  b) no-one knows the answer to your question.

  c) you actually did get an answer and missed or ignored it.

If you have posted a bug in bugzilla you should wait for a response to
the ticket.  The responses you received there seem to indicate that you
should try a different kernel.

If you are having difficulty building mono from source on a platform for
which there is no package available you have at least three choices:
wait until some package becomes available, install a supported OS
distribution on your machine or attempt to build from the CVS sources.

Perhaps if you were to specify exactly the OS version that you are
trying to use there might be someone who has succesfully built on that
same platform who might be able to give you the appropriate options to
configure, or may be there isn't.

But please do not keep sending the same message to the list - it is not
going to get your answer any quicker.

> So i prepare all in theory... but i cant practice..
> help me :-)
> 
> Hi, 
> so ... i keep on posting on mono list but no one had answer me for one
> week. I will open thread with maybe less esplicit words...
> Maybe u re thinking im a big shit, that i want to shot down mono. My
> aim is just to install it. In fact, i: testing it. If it works as well
> as i ve tested the "base" framework, BTW the enterprise where i work
> will and want change his way of thinking into free world ( :-), i hate
> microsoft ). So mono is a good tool for me, because it s one of the
> only args i have to present him againts m$ technology. 
> 
> 
> Description of Problem:
> ------------------------
> Steps to reproduce the problem:
> 1. cd monoxxx (mono 0.91)
> 2. ./configure --efix=/usr/local --woth-jdk=/path/to/jdk --with-nptl=no
> 3. make
> 4. make install
> 
> Actual Results:
> --------------------
> hangs at make install:make[3]: Rien à faire pour « install-exec-am ».
> /bin/sh ../../mkinstalldirs /usr/local//lib
>  /usr/bin/install -c -m 644 mscorlib.dll /usr/local//lib/mscorlib.dll
> MONO_PATH=. ../../mono/mini/mono --config ../../data/config
> /../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root /usr/local//lib
> 
> -----------------------------------------------
> Expected Results:
> -----------------
> install finished
> How often does this happen? 
> ---------------------------
> everytime
> Additional Information:
> ------------------------
> everything is going fine either this
> 
> compilators used: gcc 3.0- 3.1- 3.2- 3.3- 3.4
> 
> kernel 2.4.26
> Regards
> 
> Jonathan Stowe <jns@gellyfish.com> a écrit :
> 
> > On Tue, 2004-05-25 at 11:30, KiOrKY wrote:
> > &gt; ho,
> > &gt; how work the webserivces on mono?
> > 
> > You need to install mod_mono and xsp, but beyond that the web services
> > work essentially the same as under IIS with the .asmx files.
> > 
> > &gt; where can i find tutorial?
> > 
> > There are example .asmx files in the xsp samples.
> > 
> > &gt; regards