Hello! I get an error when try to execute "make install": /bin/mkdir -p '/usr/local/apache2/lib/rivet2.2.1' /bin/mkdir: cannot create directory `/usr/local/apache2': Permission denied make[2]: *** [install-lib_libexecLTLIBRARIES] Error 1 make[2]: Leaving directory `/home/local/src/rivet-2.2.1/src' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/local/src/rivet-2.2.1/src' make: *** [install-recursive] Error 1
Here is my cofigure command: ./configure --prefix=/home/local --with-tcl=/home/local/static/tcl86/lib/tclConfig.sh --with-tclsh=/home/local/static/tcl86/bin/tclsh --with-apxs=/home/local/bin/apxs /home/local is folder which I use as prefix for compilling programs without root access. I have also compilled apache into /home/local folder. It looks like a bug, instead of /home/local it tries to install rivet to /usr/local/apache2 Thank you
