David Holland wrote:
The following reply was made to PR pkg/41017; it has been noted by GNATS. From: David Holland <dholland-pbugs%netbsd.org@localhost>Does the problem go away if you recompile apr and/or apr-util?
Yes it does!I recompiled apr and apr-util and the problem is gone. Before recompiling, I checked to see what OS the package was built on and discovered that I had several packages built for netbsd-4, including apr. I used "pkg_info -Q OS_VERSION '*apr*'" to get that information.
After removing all packages and re-installing from freshly 5.0_RC2-built binary packages, everything works.
While apr was built for netbsd-4, apache itself was built for netbsd-5. So I'm not sure if the binary compatibility would have worked ok if these were consistently netbsd-4-built packages.
Thank you for looking into this. I believe the problem is resolved. Louis