[Mono-list] Xsp problems
Gonzalo Paniagua Javier
gonzalo@ximian.com
20 Sep 2002 14:43:09 +0200
El jue, 19-09-2002 a las 23:42, James Fitzsimons escribió:
> The only files in the output directory after requesting
> "http://localhost:8000/index.aspx" are:
> Tabcontrol.dll
> Tabcontrol2.dll
> Xsp_index.aspx.sh
Try running (from rundir): bash output/xsp_index.aspx.sh
It should not work and tell you why (either redirector.sh has not
execution permissions of it cannot run mono).
Once you fix this, you will also need to export GC_DONT_GC=1.
-Gonzalo