On Thu, Mar 29, 2012 at 11:44:08AM -0700, Blair Zajac wrote: > The tar and zip deps are different, zip appears to contain apr 1.4.5 > and the tar contains apr 1.4.6. I suggest unpacking both and doing > a diff -rwu, there's some other differences also, such as a missing > apr-iconv in the zip.
You're right. That is because the win32 deps use APR from httpd-2.2.22, while the unix deps use their own APR. I just used a script based on some old code that was apparently used for rolling -deps tarballs for older 1.6.x releases. See the revision log of https://svn.apache.org/repos/asf/subversion/trunk/tools/dist/make-deps-tarball.sh I didn't pay attention to which APR version ships with httpd-2.2.22 though. Oh well. Next time we'll do better :)