Every commit to the mod_perl trunk (https://svn.apache.org/repos/asf/perl/modperl/trunk) generates a failed BuildBot report like this:
http://mail-archives.apache.org/mod_mbox/perl-dev/201505.mbox/browser The log file with the details is here: http://ci.apache.org/builders/mod_perl_2_trunk/builds/46/steps/compile/logs/stdio which shows that it has run: perl Makefile.PL MP_APXS=/usr/bin/apxs2 and the error is: Using APXS => /usr/bin/apxs2 [ error] Unable to determine server version, aborting. [ error] Invalid MP_APXS specified? How can I configure the build so that it works?
