Hello
I try to build 'n install monodoc 1.9 (same result with monodoc-1.2.6) in a ubuntu system
"./configure" and "make" works greate but "sudo make install" just gives me problem like these:
zingo@dual:~/tmp/mono/monodoc-1.9$ sudo make install
Making install in engine
make[1]: Entering directory `/home/zingo/tmp/mono/monodoc-1.9/engine'
make[2]: Entering directory `/home/zingo/tmp/mono/monodoc-1.9/engine'
make[2]: Nothing to be done for `install-exec-am'.
/usr/local/bin/gacutil /i monodoc.dll /f /package monodoc /gacdir /usr/local/lib /root /usr/local/lib
Failure adding assembly monodoc.dll to the cache: Strong name cannot be verified for delay-signed assembly
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/home/zingo/tmp/mono/monodoc-1.9/engine'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/zingo/tmp/mono/monodoc-1.9/engine'
make: *** [install-recursive] Error 1
zingo@dual:~/tmp/mono/monodoc-1.9$
Pre building monodoc I have build mono from SVN
I don't know if there is some known dependancy that I missed or something else any hit are welcome since I basically have no clue and my goggle:ing didn't bring up anything useful...
/Zingo