I'm attempting to build a static apache/mp RC6, and running into some build issues.
The config line ends up looking like this: perl Makefile.PL MP_AP_PREFIX=/home/mjh/devel/abs/local/apache-mod_perl//src/httpd-2.0.53 MP_USE_STATIC=1 MP_AP_CONFIGURE="--with-mpm=prefork --prefix=/usr --enable-layout=RedHat --datadir=/home/httpd --disable-auth --disable-autoindex --disable-cgi --disable-dir --disable-env --disable-imap --disable-include --disable-negotiation --disable-userdir --enable-deflate --enable-logio --enable-ssl --enable-access --disable-mime" MP_AP_DESTDIR=/home/mjh/devel/abs/local/apache-mod_perl//pkg/ and results in a line reading: cd "/home/mjh/devel/abs/local/apache-mod_perl/src/httpd-2.0.53" && make DESTDIR=0 10 6 4 3 2 10DESTDIR) install in the Makefile. Specifying DESTDIR ether as an environment variable or on the config command line doesn't make any difference to the outcome. The MP_AP_DESTDIR doesn't seem to affect things either. This make worked (sans the MP_AP_DESTDIR) with RC4. Anyone got any ideas?