On Mon, 2005-05-23 at 12:25 +0200, Barbara Plank wrote: [...] > [EMAIL PROTECTED] mod_mono-1.0.9]# make install > Making install in src > make[1]: Entering directory `/root/Mono 1.1.7 > rpm's/webserver/mod_mono-1.0.9/src' > /root/Mono 1.1.7 rpm's/webserver/mod_mono-1.0.9/install-sh -d > "/usr/local/apache2/modules" > /bin/sh: -c: line 1: unexpected EOF while looking for matching `'' > /bin/sh: -c: line 2: syntax error: unexpected end of file > make[1]: *** [install] Error 2 > make[1]: Leaving directory `/root/Mono 1.1.7 > rpm's/webserver/mod_mono-1.0.9/src' > make: *** [install-recursive] Error 1 > > > The strange thing: After the error occurred, I tried to install the older > release -- mod_mono 1.0.8 form source. And that worked!! > > > Why can I install mod_mono 1.0.8 (from src) but not mod_mono 1.0.9??
The quote in the directory path is making something fail. Try renaming the "Mono 1.1.7 rpm's" directory. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
