[Mono-list] mod_mono install

2005-08-25 Thread Jeremy Vaught
I'm trying to install mod_mono, but I'm installing on a hosted server, and don't have write permissions in apache. I can './configure' mod_mono and I can 'make'.  But when I run 'make install', I get this: cp .libs/mod_mono.so /usr/local/apache/libexec/mod_mono.so cp: cannot create regular fi

[Mono-list] mod_mono install problem

2003-02-26 Thread amerigo5 amerigo5
Hi, I tried following the installation instruction in the apacheworld website and I was able to compile mod_mono but I got a different result/behavior. For example, the libmod_mono.so wasn't created after compilation. Instead, mod_mono.so was created. And the location of the mod_mono.so was in

[Mono-list] mod_mono install troubles

2004-02-09 Thread Steve Deobald
Hey everybody, I'm running a Debian-sid server and having some serious difficulty getting mod_mono installed. First off, I grabbed all of the mono packages from the SID package tree (0.29.99) and mod_mono/xsp from go-mono.com. The SID packages and xsp worked well, mod_mono did not. The end of a `.

[Mono-list] mod_mono install question

2005-06-23 Thread Mark Galbreath
I've been developing ASP.NET apps in C# using M$ Visual Studio 2003 for some time now, but am just getting started using Mono 1.1.8.1 on SuSE Pro 9.2 and Red Hat Enterprise AS 4.0 with Apache httpd 2.0.54.  The Mono source was no prob to d/l, compile and install, but the Mono Apache m

Re: [Mono-list] mod_mono install

2005-08-26 Thread Janus Tougaard
Hello Jeremy. It is possible to change the destination of those files. But the first problem we'll have to look at, is if you have the permissions to edit in the Apache configuration files. If you haven't it is impossible to make mod_mono work. Please give me further feedback on this =) Med

Re: [Mono-list] mod_mono install

2005-08-26 Thread Jeremy Vaught
Thanks Janus, I only have permissions on '/home/jeremyvaught/'  However, I have been in contact with the tech support, and I may be able to have them make some configuration changes, if I know exactly what changes need to be made. I don't suppose this is possible, but can I install my a second

Re: [Mono-list] mod_mono install

2005-08-26 Thread Janus Tougaard
Well i think it would be a quite difficult operation, maby impossible. You can't make any Apache configuration your self from that directory, have you told this guy from the hosting company that you are planing to load a new module on their server? - Usaly this aint possible, they wont. Also ke

RE: [Mono-list] mod_mono install troubles

2004-02-09 Thread Luke Stephenson
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Deobald Sent: Tuesday, February 10, 2004 12:16 AM To: [EMAIL PROTECTED] Subject: [Mono-list] mod_mono install troubles Hey everybody, I'm running a Debian-sid server and having some serious difficulty getting mod

RE: [Mono-list] mod_mono install troubles

2004-02-11 Thread Steve Deobald
On Thu, 2004-01-15 at 00:12, Luke Stephenson wrote: > I had a similar problem, for me it was that both > #include > #include > Were on the same line, I ended up editing (adding a line break) configure, > and configure.in to fix it This was something I hadn't tried yet, but sadly, it didn't seem

[Mono-list] mod_mono install on osx

2005-04-02 Thread brian betts
The Mod_mono readme starts out suggesting Mono, XSP and Apache are installed in one directory, /usr. All three are in different directories on my machine: 1. Mono is in /Library/Frameworks/Mono.framework/Versions/Current 2. Apache 2, installed via Fink, is in /sw 3. XSP is in /usr/libexec. Anyo

Re: [Mono-list] mod_mono install question

2005-06-23 Thread Thomas Zoechling
For Suse there should be a version here: http://www.go-mono.com/download/suse-92-i586/ If you want to manual compile Download the sources here: http://go-mono.com/sources/ If you want really "fresh" sources get them from SVN:(==subversion > cvs) svn co svn://mono.myrealbox.com/source/trunk/mod_m

AW: [Mono-list] mod_mono install question

2005-06-23 Thread Matthias Felgner
- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Mark Galbreath Gesendet: Donnerstag, 23. Juni 2005 14:06 An: mono-list@lists.ximian.com Betreff: [Mono-list] mod_mono install question   I've been developing ASP.NET apps in C# using M$ Visual Studio 2003 for some time now

Re: [Mono-list] mod_mono install on osx

2005-04-07 Thread Gonzalo Paniagua Javier
On Sat, 2005-04-02 at 20:24 -0800, brian betts wrote: > The Mod_mono readme starts out suggesting Mono, XSP > and Apache are installed in one directory, /usr. All > three are in different directories on my machine: > > 1. Mono is in > /Library/Frameworks/Mono.framework/Versions/Current > 2. Apache