[Mono-list] Mono XSP Compile error

PayableOnDeath dwilko at btopenworld.com
Thu Jun 18 04:41:47 EDT 2009


Thanks, that got it going, now its stopped at


make[3]: Entering directory `/root/xsp-2.4/test/1.1/webcontrols'
/opt/mono dbpage_test_setup.exe
make[3]: execvp: /opt/mono: Permission denied
make[3]: *** [dbpage1.sqlite] Error 127
make[3]: Leaving directory `/root/xsp-2.4/test/1.1/webcontrols'


permission looks fine, root can Read, Write, Execute to /opt and /opt/mono



Robert Jordan wrote:
> 
> PayableOnDeath wrote:
>> I have been using 
>> 
>> ./configure --prefix=/opt/mono/
> 
> Then XSP must be configured like this:
> 
> ./configure --prefix=/opt/mono --with-runtime=/opt/mono
> 
> Otherwise it's detecting your incomplete mono in /usr.
> 
> Robert
> 
>> 
>> 
>> 
>> 
>> 
>> Robert Jordan wrote:
>>> PayableOnDeath wrote:
>>>> Hi
>>>>
>>>> I am trying to install Mono, XSP, and mod_mono
>>>>
>>>> When I try to make XSP I get the following error
>>>>
>>>> /usr/bin/mcs -debug+ -debug:full -nologo -unsafe -nowarn:618 
>>> ...
>>>
>>>> error CS0006: cannot find metadata file `System.Web.dll'
>>> The mono installation detected by xsp's build system
>>> is incomplete. What's the prefix of your mono installation?
>>>
>>> Robert
>>>
>>> _______________________________________________
>>> 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-tp24071801p24088791.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list