On Fri, 04 Mar 2005 22:19:43 +0100, Minto van der Sluis <[EMAIL PROTECTED]> wrote: > Hi, > > I wonder how important it is to use apr-iconv when building apr-util? > Does apr-util work well a different iconv?
If your system iconv() works fine, then apr-util will work fine with that instead of apr-iconv. Use apr-iconv if your system doesn't have a suitable iconv(). > Does anyone have a clue what version of apache httpd will use the latest > version of APR? Apache 2.1-dev is using the current development branch (trunk) of APR. That may change in the future, however.
