Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Joop Zonnet




Hi Giuseppe Greco,

Giuseppe Greco wrote:

  Hi all,

I'm still unable to run the ASP.NET demo... does anybody
know whether or not SELinux has an impact when running Apache
with mod_mono?

Thanks,
j3d.

  
  

  ...

I've followed step-by-step what described in file INSTALL. By default,
  

  
  mod_mono is configured to run mod-mono-server automatically, isn't it?
  

no, at least not on my Mandrake machine. I had to start it with:
 mono /usr/bin/mod-mono-server.exe --root /var/www/html/mtest
--applications /mtest:/var/www/html/mtest --nonstop 
The --root parameter tells the ASP server where the aspx documents are
and the --application parameter also needs to proint to the dir of the
example.
And then change the rights on /tmp/mod_mono_server using:
 chmod 666 /tmp/mod_mono_server
before it worked.
Hope that helps...

  
It is (or was ;-)



  So where can I look further?
  

Are you by any chance running with a threaded (Apache) MPM?

Best,
Elfyn

--
Elfyn McBratney
beu on irc.freenode.net/savannah.[non]gnu.org

PGP Key ID: 0x456548B4
PGP Key Fingerprint:
  29D5 91BB 8748 7CC9 650F 31FE 6888 0C2A 4565 48B4


  
  


Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)79 602 99 27
email:  [EMAIL PROTECTED]
web:www.agamura.com


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
  





Re: [Mono-list] Message Queues

2004-06-17 Thread Joop






Hmmm, maybe the spread project could be used here
(http://www.spread.org/).
Only need to look at the lic to make sure
that is compatible...
Or we could use the D-BUS (of Project Utopia?
http://www.freedesktop.org/Software/dbus)... If that lic fits.
wkr,
Gerke


Jonathan Stowe wrote:

  On Wed, 2004-06-16 at 23:30, Stephen Bardsley wrote:
  
  
Greeting:

I would like to learn about messaging in Mono
(e.g. System.Messaging.MessageQueue).

Where can I find some info or examples specific
to Mono.


  
  
[EMAIL PROTECTED] System.Messaging]$ grep NotImplementedException *cs |
wc -l
314


The problem is there is nothing analogous to MSMQ available for Linux.

/J\

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
  





signature.asc
Description: PGP signature


signature.asc
Description: OpenPGP digital signature


Re: [Mono-list] Message Queues

2004-06-17 Thread Joop




Sorry, with lic. I mean licence. I had to use it so often in chats that
I started saying lic iso licence. (and maybe I spelled it wrong to many
times :;-) )
wkr,
Gerke

KiOrKY wrote:

  what is the lic first (im french maybe this sign has other signification)
second, maybe the spread project is more advanced because of his support (darpa, nsa...), but d-bus must have a look ;-)
best regards
Joop a crit:
  
  
Hmmm, maybe the spread project could be used here (http://www.spread.org/). Only need to look at the lic to make sure that is compatible...
Or we could use the D-BUS (of Project Utopia? http://www.freedesktop.org/Software/dbus)... If that lic fits.
wkr,
Gerke


Jonathan Stowe wrote:

  
  
  
  
On Wed, 2004-06-16 at 23:30, Stephen Bardsley wrote:
 Greeting:

I would like to learn about messaging in Mono
(e.g. System.Messaging.MessageQueue).

Where can I find some info or examples specific
to Mono.

   
[EMAIL PROTECTED] System.Messaging]$ grep NotImplementedException *cs |
wc -l
   314


The problem is there is nothing analogous to MSMQ available for Linux.

/J\

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

  
  
  





signature.asc
Description: OpenPGP digital signature


Re: [Mono-list] Windows version does not work on Win98

2004-06-03 Thread Joop




Could who-ever wrote the installer, just, please,
add a check for the right platform in there? That would stop me
from trying the lot. I myself do not have the resources to compile Mono
on Windows 98.
But I hope to get it to work on my server with Fedora Code 2 some time
soon.
wkr,
Gerke


Gonzalo Paniagua Javier wrote:

  El jue, 03-06-2004 a las 07:52, Joop escribi:
  
  
Hi list
has anyone tried to install Mono 1.0 Beta 2 on Windows 98?
The installer does not fail and nicely tells me that all went well. Then 
I have to change the bat-file setmonopath.bat to include " in the PATH 
because Windows 98 does not like the spaces in the PATH-name.
But then the real problem arises. When I start mono or mcs a error 
message pops up and tells me:
The PSAPI.DLL file is linked to missing export NTDLL.DLL:_stricmp
This looks like the lot is compiled for NT or higher iso Windows 98 
(sorry, I still only have Windows 98 and would love to move to Linux but 
that still program calling it self Progress does not work on Linux as a 
client (GUI) so I'm stuck)
I'd love either to see this solved by seeing a version for Windows 98 or 
at least that the installer checks what version of Windows I have and 
then say sorry to me and that this setup is only for WinNT/2000/XP and 
up(?). Maybe offer to go on anyway, but at least warn,
Seeing that .NET by M$ does work on Windows 98, it would be nice if Mono 
would also work on Windows 98. I understand that there might not be as 
high a demand for that but a setup that does not check for the right 
version of Windows is just not very friendly.

  
  
Windows 98 would require a different installer with mono compiled in a
Win98 machine. The script for the installer is in CVS, just in case
anyone wants to provide it.

I'm afraid that until someone does that, you will have to compile mono
by yourself from the source package.

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
  





signature.asc
Description: OpenPGP digital signature


[Mono-list] Windows version does not work on Win98

2004-06-02 Thread Joop
Hi list
has anyone tried to install Mono 1.0 Beta 2 on Windows 98?
The installer does not fail and nicely tells me that all went well. Then 
I have to change the bat-file setmonopath.bat to include  in the PATH 
because Windows 98 does not like the spaces in the PATH-name.
But then the real problem arises. When I start mono or mcs a error 
message pops up and tells me:
   The PSAPI.DLL file is linked to missing export NTDLL.DLL:_stricmp
This looks like the lot is compiled for NT or higher iso Windows 98 
(sorry, I still only have Windows 98 and would love to move to Linux but 
that still program calling it self Progress does not work on Linux as a 
client (GUI) so I'm stuck)
I'd love either to see this solved by seeing a version for Windows 98 or 
at least that the installer checks what version of Windows I have and 
then say sorry to me and that this setup is only for WinNT/2000/XP and 
up(?). Maybe offer to go on anyway, but at least warn,
Seeing that .NET by M$ does work on Windows 98, it would be nice if Mono 
would also work on Windows 98. I understand that there might not be as 
high a demand for that but a setup that does not check for the right 
version of Windows is just not very friendly.
Thanks for all the work put in! I find Mono a interesting alternative.
wkr,
Gerke



signature.asc
Description: OpenPGP digital signature


Re: [Mono-list] More information required please

2004-05-20 Thread Joop




I might make sense to move the samples into the mono_doc system. That
way even newbes can read them without the need for them to go learn
some CVS commands. It would also be easier to dig around those samples
and get a feel for how far Mono is when these samples would be
available on the web.
wkr,
Gerke

Sanjay Gupta wrote:

  Peter,
RPM of xsp depends on couple of other rpms, which you can downlaod
from
mono download page. 
Fair number of samples and a good readme is available from the
Anonymous CVS.
Thanx,
Sanjay


  
  

  
"Peter Foley" [EMAIL PROTECTED] 5/20/2004 11:13:53 AM 

  

  
  

So if I get the xsp RPM and install it, it will a) tell me what to do
next b)
have some examples

Sorry, I don't know much about Linux.


|+
||  "Sanjay Gupta"|
||  [EMAIL PROTECTED]|
||  l.com|
|||
||  20/05/2004|
||  03:35 PM  |
|||
|+
 
  
  
|

  
|
   |
  |  To: Peter Foley/Staff/ABS, [EMAIL PROTECTED] 
   |
  |  cc:   
   |
  |  Subject: Re: [Mono-list] More information required please 
   |
 
  
  
|

  
  



Hi Peter,
Please refer to the following link
http://www.go-mono.com/asp-net.html 
and install xsp, or mod_mono according to your use,

Thanx,
Sanjay

  
  

  
"Peter Foley" [EMAIL PROTECTED] 5/20/2004 10:54:48 AM 

  

  
  

I have got a helloworld app running on my Fedora 1 box with Mono beta
1
(yay!)

How do I get a web service running

Under .Net I have helloworld.asmx and helloworld.asmx.cs which
compiles
to
bin/helloworld.dll

I browse to helloworld.asmx and asp.net takes over

What is the eqivalent on Mono?

Thanks




---
ABS Web Site:  www.abs.gov.au 

___
Mono-list maillist  -  [EMAIL PROTECTED] 
http://lists.ximian.com/mailman/listinfo/mono-list 
___
Mono-list maillist  -  [EMAIL PROTECTED] 
http://lists.ximian.com/mailman/listinfo/mono-list 




___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
  





signature.asc
Description: OpenPGP digital signature


Re: [Mono-list] RE: WINFORM / Wine / Whats the fuck going wrong? (Mathieu PASQUET)

2004-05-18 Thread Joop
Sorry that I need to respond to this. Please behave when sending mail to 
this list!
And for the solution to get to you, you will need to provide more (MORE) 
information.
wkr,
Some user.

Mathieu PASQUET wrote:
can somebody answer to me   ?.?  !!!
help !
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
 



signature.asc
Description: OpenPGP digital signature


Re: [Mono-list] I give up

2004-04-08 Thread Joop
Hi lists, (hope this does not get mis-understood... I'm not subscribed 
to any of the non-mono-lists :-( although I maybe should be)
this problem I have seen with Mono and the other .NET implementations is 
just the problem the original poster poses. There is not real 
commitment to/clear road-a-head for/direction in supporting the GUI 
side of things. The GUI is left far behind compared to the 
file/networking/HTML/server etc. etc. support in these .NET 
implementations. This is why it is not yet fully usable to all those 
developers that only want to create a 'simple' GUI application. Hope 
this will change soon as I do have the desire to go an write some nice 
programs in .NET. I just don't have the need to all the 
file/networking/HTML/server stuff yet.
wkr,
Joop Zonnet

Giuseppe Greco wrote:
Hi Marcus,

Of course, Mono is still under development, but the most
important components are there, and they work. Here, at
Agamura, we are developing a sophisticated online gaming
delivery network on Linux with Mono, and up to now, we
have had just few problems... Furthermore, when we report
a bug, it is always fixed in a short time!
Mono's implementation of ASP.NET is also usable and
mod_mono/apache seems to be faster than .NET/ISS.
We use NAnt as build tool, and we are able to compile a
project either on Linux or MS Windows with no changes
(even if we compile on Windows just for test purposes).
I think Mono will be one of the best .NET alternatives...
and don't forget that behind Mono there is a company
like Novell...
So, don't feel frustrated and go ahead.

j3d.


After trying to work with Mono, Portable.NET, Qt, and KDE, I've realized
that
I'm fighting a battle that I cannot win. Mono supports Gtk# (and GTK+) to
the
exclusion of any other platform. Portable.NET is behind their own SWF
implementation, but at least they are a bit more agnostic. The Qt/KDE
community seems to find the entire concept of C# and its use of metadata
and
JIT compilation repulsive.
I'm tired of trying and failing. I'm tired of having no one to support me.
I'm
tired of feeling isolated and alone.
It's just not worth it. Maybe I will end up Windows XP and .NET. Who
knows. I
just know that the Free software community has got to be the most hostile
and
intolerant group of people I have ever encountered.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



Giuseppe Greco
::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



signature.asc
Description: OpenPGP digital signature


Re: [Mono-list] I give up

2004-04-08 Thread Joop
I think one of the things most frustrating is the 'getting it going'. I 
have a hard time to get everything in sync. What version of what package 
  should I use, etc. etc. I'd love to get Monodevelop running, but that 
often depends on un-released parts. Or on parts that are only available 
as source/cvs. So I'm always one step behind.
I know this will change. I only hope it is soon.
The other thing indeed is the documantation. In Qt for example, one has 
a full description of all posible calls and there is a step-by-step 
tutorial. I'd love to see one of those for Gtk# as well.
wkr,
Joop Zonnet

Jeffrey McManus wrote:

I'm interested to know what your (and others') problems with GTK# are and
what you mean by support -- are you finding it difficult to learn, in
other words would better documentation help? Or are you finding it difficult
to use, things aren't working as advertised, that kind of thing?
Jeffrey


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marcus
Sent: Wednesday, April 07, 2004 10:16 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [Mono-list] I give up
After trying to work with Mono, Portable.NET, Qt, and KDE, I've
realized that
I'm fighting a battle that I cannot win. Mono supports Gtk# (and
GTK+) to the
exclusion of any other platform. Portable.NET is behind their own SWF
implementation, but at least they are a bit more agnostic. The Qt/KDE
community seems to find the entire concept of C# and its use of
metadata and
JIT compilation repulsive.
I'm tired of trying and failing. I'm tired of having no one to
support me. I'm
tired of feeling isolated and alone.
It's just not worth it. Maybe I will end up Windows XP and .NET.
Who knows. I
just know that the Free software community has got to be the most
hostile and
intolerant group of people I have ever encountered.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



signature.asc
Description: OpenPGP digital signature


Re: [Mono-list] General .NET Q

2004-03-25 Thread Joop
Would it be an idea to store a module (compile cs file) into the 
database? That is what Progress(tm) does with Java classes for trigger 
procedures.
wkr,
Gerke

Shawn Vose wrote:

Dave,

I have no idea. IT was someone that contacted me via my website and they
gave very little details other than what I have indicated in my question.
Personally I didnt think it was possible. I knew it would have required a
recompile whenever new code was being pulled from the db and after doing
some reading last night I also concluded that there would have to be a class
that was already available that would allow Reflection. I have only coded
web apps in c# and asp.net which hardly makes me competent to even know
where to begin on this.
With respect to snippets they would be added to the db by other developers,
which would be based on permissions. Truthfully if the contact replies to my
request for a specification on the project I will pass it on to you if you
would be interested in doing it. Personally my time is limited and although
it sounds like a challenge I just dont have the experience or the time right
now.
Regards,
Shawn Vose
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Grundgeiger, Dave
Sent: Thursday, March 25, 2004 10:17 AM
To: '[EMAIL PROTECTED]'
Cc: mono
Subject: RE: [Mono-list] General .NET Q
Hi Shawn.

I know you've gotten a couple of good answers on this already, but I'm
curious about the application. Would you mind sharing why your client wants
to do this? Also, where do they want the code snippets to execute--on the
client, or on the server? Will the code snippets manipulate the database?
Where will the snippets come from?
I'm intrigued by this idea.

Dave

-Original Message-
From: Shawn Vose [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 8:05 PM
To: mono
Subject: [Mono-list] General .NET Q
Does anyone know if the following is possible:

Taking a snippet of .NET c# code, maybe a function, and storing it in a
mysql db
to be later called by another piece of code and executed?

I was asked this question by a client and I dont have the slightest clue
on how to answer this. My initial answer is no because it would have to
be compiled into the calling class; however, I am thinking that
system.reflection would be able to help me.
Any opinions or direction  would be greatly appreciated.

Regards,
Shawn Vose
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gdiplus

2004-03-19 Thread Joop
Looks like Ximian forgot to package the winelib rpm. I had to build that
file from winelib.tar.gz from the download page.
But even after that I could not get the thing to load. It camplained
about not able to load winelib.exe.so. Even when I put this in the
correct PATH and even when I set LD_LIBRARY_PATH to it.
After playing a little more I got it somehow to find the winelib.exe.so.
But now it complains about user32.dll (no so there!) I hope to find a
rpm for all this :-P
wkr,
Gerke
The output:

Could not load winelib.exe.so
Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for System.Windows.Forms.Control ---
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Windows.Forms.Win32 ---
System.DllNotFoundException: winelib.exe.so
in 0x00053 (wrapper managed-to-native)
System.Windows.Forms.Win32:WineLoadLibrary (string)
in 0x002e1 System.Windows.Forms.Win32:.cctor ()
--- End of inner exception stack trace ---
in (unmanaged) System.Windows.Forms.Win32:RegisterWindowMessage (string)
in 0x000f2 System.Windows.Forms.Control:.cctor ()
--- End of inner exception stack trace ---
in (unmanaged) System.Windows.Forms.Control:.ctor ()
in 0xf System.Windows.Forms.ScrollableControl:.ctor ()
in 0xa System.Windows.Forms.ContainerControl:.ctor ()
in 0x00017 System.Windows.Forms.Form:.ctor ()
in 0xa MyFormProject.MainForm:.ctor ()
in 0x0004f (wrapper remoting-invoke-with-check)
MyFormProject.MainForm:.ctor ()
in 0x0001b MyFormProject.MainForm:Main (string[])
Kevin Jones wrote:

I decided to start from a known good installation and now I'm getting an
even dumber error. I un-installed everything (mono, libicu etc and the
devel versions). I downloaded the latest RPMs from go-mono re-installed
them and mono-wine. Now when I run the winform app (it's one of the test
apps from the Wiki) I get this:
Could not load winelib.exe.so
Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for System.Windows.Forms.Control ---
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Windows.Forms.Win32 ---
System.DllNotFoundException: winelib.exe.so
in 0x00053 (wrapper managed-to-native)
System.Windows.Forms.Win32:WineLoadLibrary (string)
in 0x002e1 System.Windows.Forms.Win32:.cctor ()
--- End of inner exception stack trace ---
The only reference I can find is this

http://lists.ximian.com/archives/public/mono-patches/2004-March/032174.html

and indeed winelib.exe.so is not in /usr/lib/wine (or anywhere else).

What have I done wrong?

Thanks,

Kevin Jones

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
 



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list