At 10:07 AM 3/15/2005, Curt Arnold wrote: >iconv modules compiled using apr-0.9.x are not compatible with >applications build with apr-1.x. The crash is likely occurring when a >passed in apr_pool_t from the 1.x implementation used by the caller is >passed to the uninitialized apr-0.9.x implementation referenced by the >module. The environment variable approach doesn't distinguish between >0.9 and 1.x compatible modules.
I think that's the bottom line, we absolutely cannot use the same envvar for both flavors. Should have been changed to APR_ICONV_1_PATH and I apologize we overlooked that.
