[Mono-list] Using mod-mono from source

2013-07-13 Thread Andy York
My money is on Ubuntu being the issue, it seems like Ubuntu users have more than than the average amount of issues. Not because it's a bad distro but because it doesn't seem to use the standard Linux setup, for example they seem to use different ports for web servers. This is an uneducated

Re: [Mono-list] Using mod-mono from source

2013-07-13 Thread Martin Thwaites
Thanks Andy, I've heard a few people say this, but I rarely get issues to be honest and I've been using ubuntu server/desktop for years, regularly (It's the main OS I use for everything other than .NET development). I'm going to try grabbing the code for XSP and running it through monodevelop to

Re: [Mono-list] Using mod-mono from source

2013-07-13 Thread Martin Thwaites
Hi Andy, Out of interest, what distro would you recommend for running mono (for web). I'm happy to load up another VM with that on to test it. I'm not a fan of Suse, I've used Fedora but not in the last 8 years ish, used CentOS a few years back as an IDS but nothing more. Any suggestions?

Re: [Mono-list] Using mod-mono from source

2013-07-13 Thread Daniel Lo Nigro
I'm currently using Debian with Mono 3.0.6 and Nginx. I'll try upgrading it if I get some free time to do so. It does look like XSP is under pretty heavy development at the moment though. Perhaps try using a tagged release rather than the latest development version? On Sat, Jul 13, 2013 at 6:47

Re: [Mono-list] Using mod-mono from source

2013-07-13 Thread Martin Thwaites
FYI... had an e-mail back from one of the committers on XSP and it was a bug in the code that was fixed in a recent commit... all is good now, I can get the basic pages working, I'm now working on something a little bit more complicated. Thanks for all the help, and I'm still interested on

Re: [Mono-list] Using mod-mono from source

2013-07-13 Thread Andy York
Sorry to say that I'm a Suseman do to the early relation between Mono and Novell. I wish it could be used on Slackware but you're dealing with Pat and Pat like people there. -- Sent from my Nexus 7, typing with my thumbs makes it easy to make errors is painfully slow, please excuse my brevity.

Re: [Mono-list] Using mod-mono from source

2013-07-12 Thread Martin Thwaites
I've now tried with/without the = using the mod-mono-server4.exe directly, and no joy. Did you run your source directly from Git with all the latest commits? and if so, what date did you do it? Thanks On Fri, Jul 12, 2013 at 10:06 AM, Martin Thwaites monofo...@my2cents.co.ukwrote: Hi Mike,

Re: [Mono-list] Using mod-mono from source

2013-07-12 Thread Martin Thwaites
Thanks Daniel, I've tried that now, and it seems that there might be a more underlying problem as I'm getting a similar error as the mod-mono-server, in that it appears to be passing the parameter name into the parameter value. So I think there is a problem with either: - My installation (not

Re: [Mono-list] Using mod-mono from source

2013-07-11 Thread Martin Thwaites
So I've got a little further in debugging. I think this has to do with loading applications from the commandline maybe? I've tried running this command (looks like this is what mod_mono is trying to run: /usr/bin/mod-mono-server4 --filename=/tmp/mod_mono_server_test

Re: [Mono-list] Using mod-mono from source

2013-07-11 Thread Mike Morano
Hi Martin, Sorry, you are still running into problems. You are right, if you are using /usr as your prefix, you shouldn't need to worry about the ld.conf.so.d entry. When I look at the command on my running webserver, I see the following: /opt/mono-3.0/bin/mono

Re: [Mono-list] Using mod-mono from source

2013-07-09 Thread Martin Thwaites
Thanks mike. Couple of things though, I'm using ubuntu server, so it doesn't use SELinux apparently. The directory is set to a+rw (as a last resort) so permissions shouldn't be an issue. I've also su'd to the www-data user and run mod-mono-server4 directly in that directory, it worked fine.

Re: [Mono-list] Using mod-mono from source

2013-07-04 Thread Mike Morano
Hello, I was doing something similar today - moving a working site to a different machine (running a new fedora19 install). Your issue sounds a bit different from mine, but thought I'd send some of the things that caught me when getting this up and running again in apache: 1) selinux - although

Re: [Mono-list] Using mod-mono from source

2013-07-03 Thread Martin Thwaites
Is this message not getting through? is it just that no one knows the answer, can someone just send a simple No idea so I know this is getting through. It's the first time I've used the list. On Mon, Jul 1, 2013 at 9:49 PM, Martin Thwaites monofo...@my2cents.co.ukwrote: I'm trying to get mono

Re: [Mono-list] Using mod-mono from source

2013-07-03 Thread Danny
No idea. On 07/03/2013 05:30 PM, Martin Thwaites wrote: Is this message not getting through? is it just that no one knows the answer, can someone just send a simple No idea so I know this is getting through. It's the first time I've used the list. On Mon, Jul 1, 2013 at 9:49 PM, Martin

[Mono-list] Using mod-mono from source

2013-07-01 Thread Martin Thwaites
I'm trying to get mono working from source so i can try and get some .net 4.5 website stuff working. I'm using Ubuntu Server 13.04, and I followed this: http://stackoverflow.com/questions/13365158/installing-mono-3-0 Apart from the libgdiplus, I can get everything to compile, however, when I've