Fresh mod_perl 1.29 and apache-1.3.27 source fails on 'make' if, when mod_perl is being configured, '--show-layout' is passed to Apache.
e.g. if I configure with: perl Makefile.PL APACHE_SRC=../apache_1.3.27/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='--show-layout' Then the 'make' will break at: ===> src/modules/perl make: don't know how to make all. Stop in /usr/src/apache_1.3.29/src/modules/perl. *** Error code 1 However, if I configure without '--show-layout', it works fine: perl Makefile.PL APACHE_SRC=../apache_1.3.27/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='' && make This was a big headscratcher, I nearly gave up on the APACI method. Hope this helps, let me know if more information is necessary to duplicate the bug. Joseph -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html