On Thu, Dec 15, 2011 at 9:48 AM, Jim Jagielski <j...@jagunet.com> wrote:
> The 2.3.16-beta (prerelease) tarballs are available for download at test: > > http://httpd.apache.org/dev/dist/ > > I'm calling a VOTE on releasing these as 2.3.16-beta BETA and, > with luck, this IS our last beta and the next release in ~2weeks > or less will be 2.4.0 GA!! > > Vote will last the normal 72 hours... > > I am getting a compile time error on Ubuntu 11.10 x86 using httpd-2.3.16-beta.tar.gz. Errors below. Stesp done were ./configure --prefix=/usr/local/apache-2.4 make exports.c:1513:13: error: redefinition of 'ap_hack_apr_allocator_create' exports.c:883:13: note: previous definition of 'ap_hack_apr_allocator_create' was here exports.c:1514:13: error: redefinition of 'ap_hack_apr_allocator_destroy' exports.c:884:13: note: previous definition of 'ap_hack_apr_allocator_destroy' was here apr/apu versions are the versions which come with the OS distro (1.4.5 and 1.3.12) Sridhar