[Mono-list] Error building XSP
Robert Jordan
robertj at gmx.net
Sun Nov 22 08:21:47 EST 2009
kuse wrote:
> Hello,
>
> When I try to build XSP it first complains about sn.exe is missing.
> I see the file in mcs/class/lib/basic/sn.exe. I manually copy it to
> ../mono/lib/mono/2.0 and try to build again and now it works (obviously) but
> when running "make install" i'm getting this error:
>
> Failure adding assembly ../../src/Mono.WebServer/Mono.WebServer.dll to the
> cache: Strong name cannot be verified for delay-signed assembly
>
> Which I can't fix.
>
> How can I solve this?
> And btw. how come the sn.exe isn't installed when building and installing
> mcs?
Because you don't build "mcs" alone. It must be built and installed
together with mono.
>
> I'm having a parallell mono env. every source is taken from snv trunk.
If you have a parallel env you must specify which runtime
xsp should be compiled/installed with:
./configure --with-runtime=/path/to/mono
e.g.
./configure --with-runtime=/usr/local/bin/mono
Robert
More information about the Mono-list
mailing list