William A. Rowe, Jr. wrote: > Please provide your input to release the tarball candidate > > [ ] APR-util 1.2.12 Just tried to run the test suite for apr v1.2.12, and I got this on RHEL4/amd64: testshm : -Line 254: Error destroying shared memory block (2): No such file or directory FAILED 1 of 6 The line that fails is this: rv = apr_shm_destroy(shm); APR_ASSERT_SUCCESS(tc, "Error destroying shared memory block", rv); Regards, Graham --