PayableOnDeath wrote: > 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
Sorry, my bad. The configure line must be: ./configure --prefix=/opt/mono --with-runtime=/opt/mono/bin/mono Robert > > > > 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 - [email protected] >>>> http://lists.ximian.com/mailman/listinfo/mono-list >>>> >>>> >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
