Philip Martin wrote on Wed, Jun 22, 2011 at 15:01:34 +0100:
> Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com> writes:
>
> >> checking whether Apache's APR is compatible configure's APR... no
> >> configure: error: Apache's APR version 1.3.8 doesn't match configure's 1.4.5
> >>
> >> This buildbot was building successfully before the change. Should we
> >> provide a configure flag to allow such builds? Revert the change?
> >
> > IMHO only major version of APR (e.g. "1" from "1.3.8" / "1.4.5")
> > should be compared.
>
> We could do that. One thing we check is that BDB used by Subversion
> is the same as that used by apr-util, to avoid loading two different BDB
> into the process. If Apache uses a different apr/apr-util then it
> defeats the check.
What if httpd or serf use apr-1.4.5 compiled with options X and
Subversion find apr-1.4.5 compiled with options Y?
>
> --
> Philip
Received on 2011-06-23 01:29:11 CEST