FYI, I am working on removing the static dependancy on APR from GMOND and other ganglia binaries. In the process I am also moving Ganglia from APR 0.9.7 to APR 1.2.x. This first pass will add a --with-libapr option to configure which will be interpreted as linking dynamically to the distro's version of APR rather than the internal static APR library. In follow on patches, I would like to see the static version of APR removed completely and allow the --with-libapr to specify which APR library to link with if you would rather link with your own built version of APR or use the distro's version. The main reasoning behind this move is so that the metrics modules that are plugged into gmond, can also take advantage of APR. Thinking further ahead, I would also like to see libexpat removed in favor of using the expat functionality built into APR-Util.
Comments? Brad