Question... Looking at the issue of searching the libpath (LD_LIBRARY_PATH or whatnot) for a given util submodule...
When searching for apr_foo.so in that libpath, should we; * look strictly in apr-util-1/ subdir of each libpath dir * test the libpath dirs directly, or * do both (apr-util-1's first, then the explicit lib paths)?
