You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Steve Hay <st...@googlemail.com> on 2015/05/29 10:12:59 UTC

BuildBot failure on mod_perl trunk

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?