[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r20034 - in trunk/packages/rpm: redhat-7.x redhat-8+ rhel-3 rhel-4

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-06-11 09:44:30 CEST

> >> --APR_VER_REGEXES=["0\.9\.[5-9] 0\.9\.1[0-9] 1\."]
> >> --APU_VER_REGEXES=["0\.9\.[5-9] 0\.9\.1[0-9] 1\."]
> >> +-APR_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
> >> +-APU_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
> >> +APR_VER_REGEXES=["0\.9\.[4-9] 0\.9\.1[0-9] 1\."]
> >> +APU_VER_REGEXES=["0\.9\.[4-9] 0\.9\.1[0-9] 1\."]
> >
> >
> > Umm... but the reason for requiring 0.9.7 was a dataloss one!
> >
> > I.e., this is NOT a requirement to be trivially overridden without
> > considerable thought.
> >
>
> I agree, but if you modify APR, you have to recompile apache, php, and a
> whole slew of other packages to make things match up correctly. I've been
> down this path before. If you or anyone has any words of wisdom, please
> let me know how to just compile with a new APR without having to
> re-compile the "whole world" of interdependencies. Or am I missing
> something?

It's by policy that 0.9.x versions are backward binary compatible when
compiled with the same configure and compile flags.

APR releases past 0.9.5 all have been drop-in replacements for me.
There should be no reason to require recompilation of all
dependencies.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 11 09:45:06 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.