[Mono-list] mod_mono and xsp have different versions

2006-08-26 Thread jsnow50

I keep getting the error message: mod_mono and xsp have different versions
when attempting to run mod-mono-server.  I am able to run XSP fine, but as
soon as I try to run mod-mono-server (I am trying to run mod-mono server to
see why it is not working in apache), as soon as I try to navigate to my
xsp's server webpage, I keep getting the different versions error.  

I had mono running fine using the rpm packages that came with Fedora.  I am
running some things that require the latest version of mono, so I attempted
to upgrade.  I am not sure if it was at this point or later that I tried
installing the latest version of mono by compiling it (this may have
something to do with my problem).  I uninstalled the compiled version of
mono and then installed the latest fedora mono rpms (from the mono website)
using Yum by placing the mono.repo file in the yum directory.  I kept
receiving this error so I tried removing all of the packages related to
mono.  I then searched for any file related to mono or xsp and deleted them
too.  I then tried downloading the zip file containing all of the mono
components and installing them.  After this attempt I received the same
error.  I checked the version of mono, mod-mono-server, and xsp and they
were all version: 1.1.16.1.  I have since tried to downgrade my version of
mono to the latest stable release.  This produces the same error.  I have
know idea what is causing this error.  Someone please help.  

Environment:
-Fedora Core 5 (2.6.17-1.2174_FC5)
-Selinux disabled 


-- 
View this message in context: 
http://www.nabble.com/mod_mono-and-xsp-have-different-versions-tf2162406.html#a5976340
Sent from the Mono - General forum at Nabble.com.

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


[Mono-list] mod_mono and xsp have different versions.

2005-04-22 Thread Timothy Graupmann
Hey,

I installed both Mono 1.0.6 and Mono 1.1.6 individually and I get the same
error for both saying mod_mono and xsp have different versions.

Any idea what can be causing this. I started from a fresh install.

[EMAIL PROTECTED] tagml]# /opt/monobundle-1.0.6/mono/bin/mod-mono-server --port
80mod-mono-server
Listening on port: 80
Listening on address: 0.0.0.0
Root directory: /var/www/mono/tagml
Hit Return to stop the server.
mod_mono and xsp have different versions.
mod_mono and xsp have different versions.
In ModMonoWorker.Run: mod_mono and xsp have different versions.

Thanks,
~Tim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono and xsp have different versions.

2005-04-22 Thread Ben Maurer
What is rpm -qpi for both mod_mono and xsp?


On Fri, 2005-04-22 at 09:37 -0700, Timothy Graupmann wrote:
 These packages are all in the same bundle.
 --- Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote:
  On Fri, 2005-04-22 at 07:15 -0700, Timothy Graupmann wrote:
   Hey,
   
   I installed both Mono 1.0.6 and Mono 1.1.6 individually and I get the same
   error for both saying mod_mono and xsp have different versions.
   
   Any idea what can be causing this. I started from a fresh install.
   
   [EMAIL PROTECTED] tagml]# /opt/monobundle-1.0.6/mono/bin/mod-mono-server
  --port
   80mod-mono-server
   Listening on port: 80
   Listening on address: 0.0.0.0
   Root directory: /var/www/mono/tagml
   Hit Return to stop the server.
   mod_mono and xsp have different versions.
   mod_mono and xsp have different versions.
   In ModMonoWorker.Run: mod_mono and xsp have different versions.
  
  mod_mono and xsp, which provides mod-mono-server, are different packages
  from Mono.
  
  You probably need to install a new mod_mono.
  
  -Gonzalo
  
  
  ___
  Mono-list maillist  -  Mono-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
  
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list
 

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


Re: [Mono-list] mod_mono and xsp have different versions.

2005-04-22 Thread Timothy Graupmann
Ben,

Mod mono was installed via a bundle:
http://www.go-mono.com/archive/1.1.6/installer/mono-1.1.6-installer.bin

So there isn't any RPM information.

However, if I install the RPMS, I can query this information:

[EMAIL PROTECTED] tgraupmann]# rpm -qi mono
Name: mono Relocations: (not relocatable)
Version : 1.1.6 Vendor: Mandrakesoft
Release : 3mdk  Build Date: Wed 06 Apr 2005
12:28:29 AM PDT
Install Date: Fri 22 Apr 2005 02:50:04 PM PDT  Build Host:
n4.mandrakesoft.com
Group   : Development/Other Source RPM: mono-1.1.6-3mdk.src.rpm
Size: 4301217  License: GPL/LGPL/BSD
Signature   : DSA/SHA1, Wed 06 Apr 2005 07:06:13 AM PDT, Key ID
445935f878d019f5
Packager: Götz Waschk [EMAIL PROTECTED]
URL : http://www.go-mono.com/
Summary : Mono Runtime
Description :
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.

I'll have to get you the mod_mono and xsp versions when I get home...

til then.


--- Ben Maurer [EMAIL PROTECTED] wrote:

 What is rpm -qpi for both mod_mono and xsp?
 
 
 On Fri, 2005-04-22 at 09:37 -0700, Timothy Graupmann wrote:
  These packages are all in the same bundle.
  --- Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote:
   On Fri, 2005-04-22 at 07:15 -0700, Timothy Graupmann wrote:
Hey,

I installed both Mono 1.0.6 and Mono 1.1.6 individually and I get the
 same
error for both saying mod_mono and xsp have different versions.

Any idea what can be causing this. I started from a fresh install.

[EMAIL PROTECTED] tagml]# /opt/monobundle-1.0.6/mono/bin/mod-mono-server
   --port
80mod-mono-server
Listening on port: 80
Listening on address: 0.0.0.0
Root directory: /var/www/mono/tagml
Hit Return to stop the server.
mod_mono and xsp have different versions.
mod_mono and xsp have different versions.
In ModMonoWorker.Run: mod_mono and xsp have different versions.
   
   mod_mono and xsp, which provides mod-mono-server, are different packages
   from Mono.
   
   You probably need to install a new mod_mono.
   
   -Gonzalo
   
   
   ___
   Mono-list maillist  -  Mono-list@lists.ximian.com
   http://lists.ximian.com/mailman/listinfo/mono-list
   
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 
  ___
  Mono-list maillist  -  Mono-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
  
 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono and xsp have different versions.

2005-04-22 Thread Timothy Graupmann
Ben,

Looking at the Mono versions, I have different versions of Mono installed,
which must be the root cause.

apache2-mod_mono-2.0.53_1.0.6-3mdk
libmono0-1.1.6-3mdk
libmono-runtime-1.1.6-3mdk
mono-1.1.6-3mdk

So it looks like it should work if I can find an apache2-mod_mono (1.1.6-3mdk)
version.

Any idea where to find such a thing?

Thanks,
~Tim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono and xsp have different versions.

2005-04-22 Thread Timothy Graupmann
These packages are all in the same bundle.
--- Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote:
 On Fri, 2005-04-22 at 07:15 -0700, Timothy Graupmann wrote:
  Hey,
  
  I installed both Mono 1.0.6 and Mono 1.1.6 individually and I get the same
  error for both saying mod_mono and xsp have different versions.
  
  Any idea what can be causing this. I started from a fresh install.
  
  [EMAIL PROTECTED] tagml]# /opt/monobundle-1.0.6/mono/bin/mod-mono-server
 --port
  80mod-mono-server
  Listening on port: 80
  Listening on address: 0.0.0.0
  Root directory: /var/www/mono/tagml
  Hit Return to stop the server.
  mod_mono and xsp have different versions.
  mod_mono and xsp have different versions.
  In ModMonoWorker.Run: mod_mono and xsp have different versions.
 
 mod_mono and xsp, which provides mod-mono-server, are different packages
 from Mono.
 
 You probably need to install a new mod_mono.
 
 -Gonzalo
 
 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mod_mono or XSP script?

2005-03-01 Thread SigmaX
Hey;
I'm trying to start XSP in the background with a script... but XSP 
doesn't stay running when the script terminates, so it seems.  Any 
help?  Else I want to use mod_mono, but haven't been able to get it to 
work (Using howto at 
http://www.gotmono.net/documentation/mod-mono-howto.html) on my Debian 
Sarge system.  When following the instructions under Single Site 
Configuration apache returns Service Temporarily Unavailable ; The 
server is temporarily unable to service your request due to maintenance 
downtime or capacity problems. Please try again later.

I installed Mono 1.0.6 from the monobundle, and mod_mono I compiled from 
source, with some difficulty.

Thanx!
   SigmaX
--
Registered Linux Freak #: 366,862
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono or XSP script?

2005-03-01 Thread Gonzalo Paniagua Javier
On Tue, 2005-03-01 at 12:54 -0600, SigmaX wrote:
Hey;
I'm trying to start XSP in the background with a script... but XSP 
doesn't stay running when the script terminates, so it seems.  Any 
help?

See the manual page for 'nohup'.

-Gonzalo


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


[Mono-list] mod_Mono or XSP ???

2004-07-24 Thread Paulo Aboim Pinto
Can any one explain to me the diference between mod_mono+Apache and XSP ???
I don't like XSP, everytime i compile my solution i have to stop XSP and 
start it again .. this is not very productive.

I've read in tutorials that we can have mod_mono + Apache solution .. 
this solution does not include XSP !!??
How can i configure my Apache for do not restart XSP everytime ??

tkx in advace
(())
Paulo Aboim Pinto
Odivelas - Portugal
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mod_mono without xsp

2003-11-05 Thread amerigo5 amerigo5
Hi,

I always wonder if mod_mono can be installed and ran without installing xsp. 
I mean, aside from samples that xsp provides, does mod_mono really need xsp 
to execute ASP.Net files?

George

_
Send a QuickGreet with MSN Messenger 
http://www.msnmessenger-download.com/tracking/cdp_games

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


Re: [Mono-list] mod_mono without xsp

2003-11-05 Thread yoros
On Wed, Nov 05, 2003 at 02:05:38PM -0600, amerigo5 amerigo5 wrote:
 Hi,
 
 I always wonder if mod_mono can be installed and ran without installing 
 xsp. I mean, aside from samples that xsp provides, does mod_mono really 
 need xsp to execute ASP.Net files?
 

You need xsp package because in it is mod-mono-server.exe application
that is the backend process needed by mod_mono apache module.

Regards,

Pedro

-- 
Pedro Martínez Juliá
\  [EMAIL PROTECTED]
)|[EMAIL PROTECTED]
/http://yoros.dyndns.org
Socio HispaLinux #311
Usuario Linux #275438 - http://counter.li.org
GnuPG public information:  pub  1024D/74F1D3AC
Key fingerprint = 8431 7B47 D2B4 5A46 5F8E  534F 588B E285 74F1 D3AC
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list