I am compiling XSP from git in a custom directory. I compiled mono successfully. However With XSP, configure goes OK but when I run make, I get this error:
root@ P5 ~/mono/xsp # make
Making all in build
Making all in m4
Making all in man
Making all in src
Making all in Mono.WebServer
mkdir: cannot create directory `2.0': File exists
/bin/sh: /build/m4/shave/shave: No such file or directory
make[2]: *** [2.0/Mono.WebServer2.dll] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
I have also a working mono installation from yum. but I compiled mono in a custom location successfully. Any idea of where to look or what can be the problem?