[Mono-list] Mono XSP compile error

Ben Di Maggio ben at digital-loom.com
Wed Jul 22 17:08:16 EDT 2009


1.0.6, according to that command. I looked again at the site I got the rpms
from (http://dag.wieers.com/rpm/packages/mono/) and I realize now that the
version I installed is way below the version of the XSP source I'm using
(got that from here http://ftp.novell.com/pub/mono/sources-stable/). Do you
think this is the problem? With the assumption that it is, I'm going to try
uninstalling my present version of mono and compiling the whole damn thing
from the source at the second URL.
Ben


Ben Di Maggio wrote:
> 
> Hm. Same result, unfortunately. Mono's binary is at /usr/bin/mono and
> there seem to be a bunch of mono-related files in /usr/lib/mono so I tried
> this: 
> 
> ./configure --prefix=/usr/lib/mono --with-runtime=/usr/bin/mono
> 
> Because XSP's INSTALL file suggested using just --prefix=/usr , I also
> tried 
> ./configure --prefix=/usr --with-runtime=/usr/bin/mono
> 
> Same deal. Yeah, I'm flailing here. Any other suggestions? I'm happy to
> keep researching if you know of other resources, but I'm not seeing
> anything at present.
> 
> 
> PayableOnDeath wrote:
>> 
>> Hi
>> 
>> try this, worked for me when I had XSP compile errors
>> 
>> ./configure --prefix=/usr/lib/mono --with-runtime=/opt/mono/bin/mono
>> 
>> Change /opt/mono/bin/mono to where you have installed mono
>> 
>> Regards
>> 
>> David
>> 
>> 
>>   ----- Original Message ----- 
>>   From: Ben Di Maggio 
>>   To: mono-list at lists.ximian.com 
>>   Sent: Wednesday, July 22, 2009 7:04 PM
>>   Subject: [Mono-list] Mono XSP compile error
>> 
>> 
>>   Hi all -- 
>>   I've been trying for a few hours now to get XSP running on my Red Hat
>> EL4 box, to no avail. I'm able to configure it fine, but make produces
>> this:
>> 
>>   Making all in man
>>   make[1]: Entering directory `/root/src/xsp-2.4.2/man'
>>   cp xsp.1 mod-mono-server.1
>>   cp xsp.1 fastcgi-mono-server.1
>>   make[1]: Leaving directory `/root/src/xsp-2.4.2/man'
>>   Making all in src
>>   make[1]: Entering directory `/root/src/xsp-2.4.2/src'
>>   Making all in Mono.WebServer
>>   make[2]: Entering directory `/root/src/xsp-2.4.2/src/Mono.WebServer'
>>   /usr/bin/mcs -debug+ -debug:full -nologo -unsafe -nowarn:618
>> -doc:../../docs/Mono.WebServer.xml -r:System.Web.dll -r:Mono.Security.dll
>> /target:library /out:Mono.WebServer.dll ./ApplicationServer.cs
>> ./BaseApplicationHost.cs ./BaseRequestBroker.cs ./IApplicationHost.cs
>> ./InitialWorkerRequest.cs ./IWebSource.cs ./LingeringNetworkStream.cs
>> ./MonoWorkerRequest.cs ./XSPApplicationHost.cs ./XSPWorkerRequest.cs
>> ./XSPRequestBroker.cs ./XSPWebSource.cs ./XSPWorker.cs ./HttpErrors.cs
>> ./Paths.cs ./VPathToHost.cs ./Tracing.cs ./SearchPattern.cs
>> ../../src/Mono.WebServer/AssemblyInfo.cs
>>   ./Paths.cs(50) error CS0106: the modifier static is not valid for this
>> item
>>   Compilation failed: 1 error(s), 0 warnings
>>   make[2]: *** [Mono.WebServer.dll] Error 1
>>   make[2]: Leaving directory `/root/src/xsp-2.4.2/src/Mono.WebServer'
>>   make[1]: *** [all-recursive] Error 1
>>   make[1]: Leaving directory `/root/src/xsp-2.4.2/src'
>>   make: *** [all-recursive] Error 1
>> 
>>   I've not seen anyone else out there have exactly this problem; does
>> anyone know what might be causing it? I've tried to configure both like
>> this
>>   ./configure --with-prefix=/usr
>> 
>>   and like this
>>   ./configure --with-prefix=/usr/lib/mono
>> 
>>   ...and get the same error each time. 
>> 
>>   Thanks for any ideas!
>>   Ben
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>>   View this message in context: Mono XSP compile error
>>   Sent from the Mono - General mailing list archive at Nabble.com.
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> 
>> 
>>   _______________________________________________
>>   Mono-list maillist  -  Mono-list at lists.ximian.com
>>   http://lists.ximian.com/mailman/listinfo/mono-list
>> 
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Mono-XSP-compile-error-tp24611528p24614650.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list