Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 64187 invoked from network); 11 Nov 2005 20:32:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Nov 2005 20:32:36 -0000 Received: (qmail 50963 invoked by uid 500); 11 Nov 2005 20:32:34 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 50922 invoked by uid 500); 11 Nov 2005 20:32:34 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 50911 invoked by uid 99); 11 Nov 2005 20:32:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 12:32:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.196 as permitted sender) Received: from [64.233.184.196] (HELO wproxy.gmail.com) (64.233.184.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 12:32:27 -0800 Received: by wproxy.gmail.com with SMTP id i31so633570wra for ; Fri, 11 Nov 2005 12:32:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KuTw8uzt8j2Gjh50IX5BHJPZq8v8dnLAmf8XgVIeoJqEefWgbZN9Hg87JCfnNbfVF9ECvPxQqfwKUMNHzcS048vL1JCDM1725TbeeRGoYKSOQ2BWFOUhr00IBXL65W4ABHHQPGliYQrz2wze87XuyiT23viHWOjThT1B4WkdgNo= Received: by 10.54.93.18 with SMTP id q18mr1245866wrb; Fri, 11 Nov 2005 12:32:12 -0800 (PST) Received: by 10.54.120.11 with HTTP; Fri, 11 Nov 2005 12:32:12 -0800 (PST) Message-ID: <7edfeeef0511111232w5f3c0116s2653cc6da689e63e@mail.gmail.com> Date: Fri, 11 Nov 2005 12:32:12 -0800 From: Garrett Rooney Sender: rooneg@gmail.com To: "William A. Rowe, Jr." Subject: Re: [Vote] apr-iconv-1.1.1 candidate Cc: "William A. Rowe, Jr." , dev@apr.apache.org In-Reply-To: <7edfeeef0511111210t3bceadcai79d528c93818a7ea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <433C224B.3020906@covalent.net> <4341678E.8020501@rowe-clan.net> <7edfeeef0511111210t3bceadcai79d528c93818a7ea@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 11/11/05, Garrett Rooney wrote: > I just gave this a shot on RHEL 4, and ran into two problems. First, > the headers don't seem to get installed by make install, which makes > it kind of hard to actually build software that uses apr-iconv. > Second, I can't actually seem to make apr-util use apr-iconv in > preference to the system iconv support, so I can't really tell if it > works or not. It does seem to build ok though, and the > APR_ICONV1_PATH change seems reasonable to me. Actually, one more thing. It seems to still be installing libapriconv.so, not libapriconv-1.so, that doesn't seem right... -garrett