[Mono-list] xsp build problems on debian

Mike stuff@dustsmoke.com
Tue, 22 Feb 2005 23:50:07 -0700


I am having trouble building 1.0.6 on debian sid. I get through building 
the runtime which all seems ot run a simple "hello world" class fine. 
But I cannot continue onto xsp (the reason I want to use mono)

during make I get this, configure gives no errors. Plus I don't get
---------------------------------------------------------------------
/usr/bin/gmcs -debug+ -debug:full -nologo -r:System.Web.dll 
-r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server2.exe 
./IApplicationHost.cs ./MonoWorkerRequest.cs ./Tracing.cs 
./ApplicationServer.cs ./LingeringNetworkStream.cs 
./BaseApplicationHost.cs ./BaseRequestBroker.cs ./IWebSource.cs 
./server.cs ./ModMonoRequest.cs ./ModMonoWorkerRequest.cs 
./ModMonoApplicationHost.cs ./ModMonoTCPWebSource.cs AssemblyInfoModMono.cs
ALPHA SOFTWARE: Mono C# Compiler 0.96.0.0 for Generics
error CS0006: Cannot find assembly `System.Web.dll'
Log:

error CS0006: Cannot find assembly `Mono.Posix.dll'
Log:

Compilation failed: 2 error(s), 0 warnings
make[1]: *** [mod-mono-server2.exe] Error 1
make[1]: Leaving directory `/usr/local/src/xsp-1.0.6/server'
make: *** [all-recursive] Error 1
---------------------------------------------------------------------

I have both of those files sitting in the lib/mono/gac along with the 
rest of the assemblys it just got past building. (and symlinks in 
mono/1.0/). I didn't seem to have this problem with 1.0.5 but I couldn't 
get mod_mono working due to the prefix bug seen in debian and slackware.

Any Ideas?

-Mike