On Sat, 31 May 2008 10:31:43 +1000 Bojan Smojver <[EMAIL PROTECTED]> wrote:
> On Fri, 2008-05-30 at 17:26 -0500, William A. Rowe, Jr. wrote: > > Unix tarballs are up, win32 .zip's with .mak files will follow. > > Your votes please; > > > > +/-1 > > [+1] Release apr-1.3.0 as GA > > [+1] Release apr-util-1.3.0 as GA > > Fedora 9, i686/x86_64, RHEL 5 i686/x86_64, APR: > -------------------------------------- > Failed Tests Total Fail Failed % > =================================================== > testshm 6 1 16.67% > -------------------------------------- > This is fixed in trunk: > > http://svn.apache.org/viewvc/apr/apr/trunk/shmem/unix/shm.c?r1=428317&r2=661146 Needs an additional #include <unistd.h>. Without that, it gives compile warnings on Linux (access() undeclared) and errors out on solaris (neither access() nor F_OK declared). Fixes the fail on Linux, but not on Solaris. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
