Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C0579D9B for ; Mon, 10 Sep 2012 16:43:19 +0000 (UTC) Received: (qmail 65691 invoked by uid 500); 10 Sep 2012 16:43:18 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 65608 invoked by uid 500); 10 Sep 2012 16:43:18 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 65586 invoked by uid 99); 10 Sep 2012 16:43:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 16:43:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mamfelt@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-ob0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 16:43:13 +0000 Received: by obbta14 with SMTP id ta14so4203245obb.18 for ; Mon, 10 Sep 2012 09:42:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=H8F9pxKYYef2QV2G6lKNyKw04hGtD9IghMtdysAPJQc=; b=LzAM82nP9CUncPsCYOSWBFNB07cCTex5X6p4/NxGe/hwm1Hv3IkyYrNZbto6nm/gzO WiHc9CDZ82Cnl5O7rWPkkEgzlQwelekHjf35Zvq+VojutOqZwbogvjN12og8m/kQATEv 80IjwRpHbxrLeas3E32ARW8Xgwh/c6cAEG7tYdGAM10dInut/OKO7hd2lEjYknyNYbuK 0E20D8alFSCSz6J+0GWHUwMl45hjhEyUTS/tj+LKoIBW7gje0ngVT9+212qeFgN+/4+J LZOdDoZvTAD2xHBZ8KGq8CNjwB9aqplaoZZjcyR2C447C2yJjf3N71gD2bs+YFpuVfTo Km8g== MIME-Version: 1.0 Received: by 10.182.110.40 with SMTP id hx8mr15044301obb.47.1347295372613; Mon, 10 Sep 2012 09:42:52 -0700 (PDT) Received: by 10.76.87.3 with HTTP; Mon, 10 Sep 2012 09:42:52 -0700 (PDT) In-Reply-To: <50443C04.5080203@velox.ch> References: <5033E08F.6070301@rowe-clan.net> <5038FC98.8030502@apache.org> <5041AB44.1010701@velox.ch> <50443C04.5080203@velox.ch> Date: Mon, 10 Sep 2012 18:42:52 +0200 Message-ID: Subject: Re: mod_ssl and pkg-config on AIX (Re: [Vote] httpd 2.2.23 release) From: Michael Felt To: dev@httpd.apache.org Content-Type: multipart/alternative; boundary=f46d044516dd17984504c95ba6aa X-Virus-Checked: Checked by ClamAV on apache.org --f46d044516dd17984504c95ba6aa Content-Type: text/plain; charset=ISO-8859-1 Hi. Thanks for the answer. AIX does not have pkg-config "standard". There is a version you can download from IBM (AIX Toolbox) in RPM format, but those tend to be "old". I hear the main reason for not updating quickly is bedded in legal concerns. fyi - pkg-config new version is not a simple build. Has a dependency on a library and the embedded version does not compile with the IBM compiler. Feels like there is a dependency on gcc. I have not had the time to build a load a new sandbox to test that. Maybe this week. On Mon, Sep 3, 2012 at 7:11 AM, Kaspar Brand wrote: > On 02.09.2012 14:04, Michael Felt wrote: > > The simple part first. AIX has a default install of openssl. > > -- however, the name of the library is libssl.a - see attachment for a > > filelist of what is included in openssl.base > > Ok, this also shows that the AIX package does not include a pkg-config > file for OpenSSL ("openssl.pc"). There's nothing wrong with that, as > long as AIX does not come with a bundled version of pkg-config, there's > no strong argument to provide this file in the openssl.base package. > > > running the pkg-config command by hand (not the newest version (0.25), > so I > > will try updating that asap it gives the same error. I could not find a > > pkg-config command to tell me it's default search path - maybe it is not > > looking in /usr/include/openssh. > > By default it's looking for openssl.pc in the directories > /usr/lib/pkgconfig or /usr/share/pkgconfig (or whatever was specified > for libdir and datadir when pkg-config was compiled). > > > Thanks for the reply - I'll update pkg-config and see it that helps. > > This won't change anything, I guess. As mentioned before, what you're > seeing is pretty much the expected behavior (the stderr output could > also be silenced by adding --silence-errors to the first $PKGCONFIG > command in acinclude.m4/configure). > > Kaspar > --f46d044516dd17984504c95ba6aa Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi. Thanks for the answer.

AIX does not have pkg-config "standa= rd". There is a version you can download from IBM (AIX Toolbox) in RPM= format, but those tend to be "old".

I hear the main reaso= n for not updating quickly is bedded in legal concerns.

fyi - pkg-config new version is not a simple build. Has a dependency on= a library and the embedded version does not compile with the IBM compiler.= Feels like there is a dependency on gcc. I have not had the time to build = a load a new sandbox to test that.
Maybe this week.

On Mon, Sep 3, 2012 at 7= :11 AM, Kaspar Brand <httpd-dev.2012@velox.ch> wrote:<= br>
On 02.09.2012 14:04, Michael Felt wrote:
> The simple part first. AIX has a default install of openssl.
> -- however, the name of the library is libssl.a - see attachment for a=
> filelist of what is included in openssl.base

Ok, this also shows that the AIX package does not include a pkg-confi= g
file for OpenSSL ("openssl.pc"). There's nothing wrong with t= hat, as
long as AIX does not come with a bundled version of pkg-config, there's=
no strong argument to provide this file in the openssl.base package.

> running the pkg-config command by hand (not the newest version (0.25),= so I
> will try updating that asap it gives the same error. I could not find = a
> pkg-config command to tell me it's default search path - maybe it = is not
> looking in /usr/include/openssh.

By default it's looking for openssl.pc in the directories
/usr/lib/pkgconfig or /usr/share/pkgconfig (or whatever was specified
for libdir and datadir when pkg-config was compiled).

> Thanks for the reply - I'll update pkg-config and see it that help= s.

This won't change anything, I guess. As mentioned before, what yo= u're
seeing is pretty much the expected behavior (the stderr output could
also be silenced by adding --silence-errors to the first $PKGCONFIG
command in acinclude.m4/configure).

Kaspar

--f46d044516dd17984504c95ba6aa--