[Mono-list] XSP2 generates invalid XHTML 1.1 code

Atsushi Eno atsushi at ximian.com
Fri Nov 18 01:23:43 EST 2005


Do you have gmcs installed in your any directories under your PATH?
configure will detect if gmcs is available or not like below:

checking for mcs... /usr/local/bin/mcs
checking for gmcs... /usr/local/bin/gmcs
checking for mono... /usr/local/bin/mono

Also at "make install" there should be lines like

  /usr/bin/install -c 'xsp2' '/usr/local/bin/xsp2'
  /usr/bin/install -c 'mod-mono-server2' '/usr/local/bin/mod-mono-server2'
  /usr/bin/install -c 'asp-state2' '/usr/local/bin/asp-state2'
  /usr/bin/install -c 'dbsessmgr2' '/usr/local/bin/dbsessmgr2'

Atsushi Eno

Alexander Orlov wrote:
> On Thursday 17 November 2005 23:28, Gonzalo Paniagua Javier wrote:
>> On Wed, 2005-11-16 at 16:15 +0100, Alexander Orlov wrote:
>>> ... generates invalid XHTML 1.1 code...
>> We don't have a xhtml writer for ASP.NET 2.0 yet. Anyone is welcome
>> to implement it :).
> 
> I would like to fix this problem (and some other bugs too) but nobody 
> answered my question how I can build xsp2 instead of xsp, because the 
> following »/usr/src/xsp-1.1.10$ ./configure; make; su -c "make 
> install"« just builds a »/usr/local/bin/xsp« and no 
> »/usr/local/bin/xsp2«.
> 
> Alex.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 



More information about the Mono-list mailing list