From dev-return-13839-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat Mar 05 10:34:11 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 34321 invoked from network); 5 Mar 2005 10:34:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Mar 2005 10:34:10 -0000 Received: (qmail 40338 invoked by uid 500); 5 Mar 2005 10:34:09 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 40257 invoked by uid 500); 5 Mar 2005 10:34:08 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 40237 invoked by uid 99); 5 Mar 2005 10:34:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.170.200 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.200) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 05 Mar 2005 02:34:06 -0800 Received: by rproxy.gmail.com with SMTP id j1so765588rnf for ; Sat, 05 Mar 2005 02:34:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=hOzOuIuFtODCgBNNkQeNW6VGKRS7bFC6R8nBSyKGiDE5ObJKMHSYPU3376QiAcZUOQQOBHacgoJLs2WPo/Rjnr+LotjFG8uPmYLibUkknyCPgywrS9qPVfXC38y/+AnSSJ3d8FQ7se/EIduxioFl8vxxAByTTU6oQTdzyqXMgVs= Received: by 10.38.126.55 with SMTP id y55mr35358rnc; Sat, 05 Mar 2005 02:34:04 -0800 (PST) Received: by 10.39.2.68 with HTTP; Sat, 5 Mar 2005 02:34:03 -0800 (PST) Message-ID: Date: Sat, 5 Mar 2005 05:34:03 -0500 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@apr.apache.org Subject: Re: using apr-iconv in apr-util? In-Reply-To: <4228D0EF.3020909@MultiMach.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4228D0EF.3020909@MultiMach.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, 04 Mar 2005 22:19:43 +0100, Minto van der Sluis 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.