Re: [Mono-list] Update: Tell mod_mono to invoke mono-service2, instead of mono-service

2008-04-22 Thread fevans
Thanks, I don't know what "in your config" means, but I'll recursively grep for "MonoServerPath". Will let everyone know. Mike Morano wrote: > > This should do the trick in your config - just make sure it points to the > right location: > > MonoServerPath "/usr/local/bin/mod-mono-server2" >

[Mono-list] File permission exception to /var/log/syslog

2008-04-22 Thread James Kelly Jr
Hello, I've recently had to port a Windows service to Linux and one of the service's function is to parse the system logs and send to them to a server so naturally I'd use /var/log/syslog but unfortunately it's giving me some lip. I've created a system account called "tsxmon" to run the service

Re: [Mono-list] File permission exception to /var/log/syslog

2008-04-22 Thread Robert Jordan
James Kelly Jr wrote: > Hello, > > I've recently had to port a Windows service to Linux and one of the > service's function is to parse the system logs and > send to them to a server so naturally I'd use /var/log/syslog but > unfortunately it's giving me some lip. > > I've created a system acco

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Robert Jordan
Paramesh Gunasekaran wrote: > Yes. I've bison-i18n.m4 intltool.m4 libtool.m4 ltdl.m4 pkg.m4 at > /usr/share/aclocal OK. Instead of following Shana's advice: PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Mono-1.2.2.1/bin PKG_CONFIG_PATH=.:/lib/pkgconfig:/cygdrive/c/Mono-1.2.2.

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
Ohh.. The same issue remains my export suffs are the following PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program Files/Mono-1.9/bin:$PATH #PKG_CONFIG_PATH=.:/lib/pkgconfig:/cygdrive/c/Program Files/Mono-1.9/lib/pkgconfig #LD_LIBRARY_PATH=.:/usr/local/lib:/usr/lib:/lib

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Ivan N. Zlatev
On Tue, Apr 22, 2008 at 1:35 PM, Paramesh Gunasekaran <[EMAIL PROTECTED]> wrote: > Ohh.. The same issue remains > > my export suffs are the following > > PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program > Files/Mono-1.9/bin:$PATH > #PKG_CONFIG_PATH=.:/lib/pkgconfig:/cy

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
i tried uninstalling mono 1.9 and then installed to c:\mono, but in vain. Also tried with the export stuff of Shana and also Robert Jordan, but no luck... On Tue, Apr 22, 2008 at 9:42 AM, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote: > On Tue, Apr 22, 2008 at 1:35 PM, Paramesh Gunasekaran > <[EMAIL

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Andreas Färber
Am 22.04.2008 um 14:35 schrieb Paramesh Gunasekaran: Ohh.. The same issue remains my export suffs are the following PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/ Program Files/Mono-1.9/bin:$PATH #PKG_CONFIG_PATH=.:/lib/pkgconfig:/cygdrive/c/Program Files/Mono-1.9/

Re: [Mono-list] Issues with SqlClient and DataAdapter.Fill() under Linux

2008-04-22 Thread Veerapuram Varadhan
Hi Mark, Thanks for the detailed bug report and the test program. Mark, myself and Nagappan had offline discussions on how to narrow down the issue and it stands fixed as of rev# 101411 and 101414 in mono-1-9 branch. His detailed bug report is here: https://bugzilla.novell.com/show_bug.cgi?id=3

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
I tried editing bash.bashrc at C:\Cygwin\etc with the export stuffs, but not good luck today On Tue, Apr 22, 2008 at 10:12 AM, Andreas Färber <[EMAIL PROTECTED]> wrote: > > Am 22.04.2008 um 14:35 schrieb Paramesh Gunasekaran: > > Ohh.. The same issue remains > > my export suffs are the fo

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Robert Jordan
Paramesh Gunasekaran wrote: > I tried editing bash.bashrc at C:\Cygwin\etc with the export stuffs, but not > good luck today Check the output of printenv PATH It should contais mono at the correct position. Ditto for PKG_CONFIG_PATH, if you're using Shana's approach. Robert ___

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
No. I'm not having Mono in PATH and PKG_CONFIG_PATH I've used bash.bashrc file at C:\Cygwin\etc to set these. But they are not reflecting. Do I need to specify somewhere? On Tue, Apr 22, 2008 at 10:36 AM, Robert Jordan <[EMAIL PROTECTED]> wrote: > Paramesh Gunasekaran wrote: > > I tried editing

Re: [Mono-list] Issues with SqlClient and DataAdapter.Fill() under Linux

2008-04-22 Thread Mark Gimelfarb
Hello Veerapuram, Thank you for such a swift fix!! This will really help me out. Sorry for acting like a noob here, but can I get a diff from you with the vannila 1.9 source tree, or should I just grab the latest out of the 1.9 branch? Or if not, can you please let me know what files

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Andreas Färber
Am 22.04.2008 um 16:38 schrieb Paramesh Gunasekaran: No. I'm not having Mono in PATH and PKG_CONFIG_PATH I've used bash.bashrc file at C:\Cygwin\etc to set these. But they are not reflecting. Then just type the commands manually at the Cygwin Bash prompt. :) Mono doesn't need .bashrc fil

Re: [Mono-list] Updating to 1.9 (OpenSuse 10.3)

2008-04-22 Thread Thomas Wiest
Carlos Adriano Portes wrote: > Hi folks, I would like very much to know why installation of mono > through the repository > http://ftp.novell.com/pub/mono/download-stable/suse-103-i586 installs > latest monodevelop but do not updates mono to its last stable version > 1.9, I would like to know how t

Re: [Mono-list] Compiling Mono from source code

2008-04-22 Thread Paramesh Gunasekaran
I tried exporting all the environment variables directly in the prompt, but I get the same issue On Tue, Apr 22, 2008 at 11:55 AM, Andreas Färber <[EMAIL PROTECTED]> wrote: > > Am 22.04.2008 um 16:38 schrieb Paramesh Gunasekaran: > > No. I'm not having Mono in PATH and PKG_CONFIG_PATH > > I've us

Re: [Mono-list] Update: Tell mod_mono to invoke mono-service2, instead of mono-service

2008-04-22 Thread Mike Morano
Put this in your apache config file, along with your other configuration settings for mod_mono. You can also get more information from the man pages: 'man mod_mono'. You can also look here (http://www.mono-project.com/Mod_mono) just scroll down to the "troubleshooting" section to find info o

Re: [Mono-list] mono-debugger: Help! EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable

2008-04-22 Thread Ildar Mulyukov
Hi, folks! > Mdb is usually emitting this error if the installed mono version does > not match mdb's expectations. IIRC, mdb 0.60 requires mono 1.2.6. > As per README, the current mdb version (0.80) requires a post 1.9 > mono from SVN, so you have 2 options: downgrade mono or compile f