2009/2/28 spectro <[email protected]>: > I have Ubuntu Server 8.10, installed mod_mono from debs but they don't came > with System.Web.Extensions > > I downloaded mono 2.2 sources from > http://ftp.novell.com/pub/mono/sources-stable/ > > Built it, failed a couple times. Last time it built. > > Now it fails in make install: > > -------------------------------- > make install-local > make[7]: Entering directory > `/root/mono/mono-2.2/mcs/class/Managed.Windows.Forms' > MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" > /root/mono/mono-2.2/runtime/mono-wrapper > ../../class/lib/net_1_1_bootstrap/gacutil.exe /i > ../../class/lib/net_2_0/System.Windows.Forms.dll /f /root /usr/lib /package > 2.0 > Failure adding assembly ../../class/lib/net_2_0/System.Windows.Forms.dll to > the cache: Strong name cannot be verified for delay-signed assembly > make[7]: *** [install-local] Error 1 > make[7]: Leaving directory > `/root/mono/mono-2.2/mcs/class/Managed.Windows.Forms' > --------------------------------
you did evrything as root user :"/root/mono/mon..." ? you did install of mod_mono with deb, but it break depandancy by not installing the mono runtime (who have System.Web.Extensions), because not sur , but rather use /usr/bin/gacutil (from deb) you use : ../../class/lib/net_1_1_bootstrap/gacutil.exe perhap's try something complety clean with : http://www.mono-project.com/Parallel_Mono_Environments after wath, in the same prefix, get xsp from mono svn and install it , this will give you ability to test if you have ASP.NET working > Any ideas? > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- If one day one reproaches you that your work is not a work of professional, say you that: Amateurs built the arch of Noah, and professionals the Titanic. --------------------------------------------------------------------------- Few people are done for independence, it is the privilege of the powerful ones. --------------------------------------------------------------------------- No key was wounded during the drafting of this message. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
