Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 65984 invoked from network); 3 Jul 2008 17:42:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 17:42:36 -0000 Received: (qmail 15456 invoked by uid 500); 3 Jul 2008 17:42:37 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 15415 invoked by uid 500); 3 Jul 2008 17:42:36 -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 15404 invoked by uid 99); 3 Jul 2008 17:42:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 10:42:36 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [204.202.242.83] (HELO mail19g.g19.rapidsite.net) (204.202.242.83) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 03 Jul 2008 17:41:42 +0000 Received: from mx107.stngva01.us.mxservers.net (198.173.112.44) by mail19g.g19.rapidsite.net (RS ver 1.0.95vs) with SMTP id 0-0257656900 for ; Thu, 3 Jul 2008 13:41:42 -0400 (EDT) Received: from unknown [199.239.254.35] (EHLO mmm1929.dulles19-verio.com) by va1-mx107.stngva01.us.mxservers.net (mxl_mta-3.1.0-03) with ESMTP id 45f0d684.2683468704.231888.00-036.va1-mx107.stngva01.us.mxservers.net (envelope-from ); Thu, 03 Jul 2008 13:41:40 -0400 (EDT) Received: (qmail 38790 invoked from network); 3 Jul 2008 17:41:40 -0000 Received: from unknown (HELO ?192.168.1.100?) (71.33.230.77) by with SMTP; 3 Jul 2008 17:41:40 -0000 Message-ID: <486D0F52.5000006@trainersfriend.com> Date: Thu, 03 Jul 2008 11:41:38 -0600 From: Steve Comstock Reply-To: dev@apr.apache.org, steve@trainersfriend.com User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: dev@apr.apache.org, Jean-Yves MENGANT , trawick@apache.org Subject: Adrift with Apache Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: [F=0.1000000000; S=0.100(2008062001); MH=0.500(2008070336)] X-MAIL-FROM: X-SOURCE-IP: [199.239.254.35] X-SF-Loop: 1 X-Virus-Checked: Checked by ClamAV on apache.org We pick up the story of our intrepid adventurer trying to port Apache 2.2.9 to z/OS 1.9. ... When we last left him, we was planning to run buildconf as a preparatory step to the Apache configure. You may recall this scene from the end of the last episode... OK. Seems to have gone OK. Guess I'm ready to run buildconf Yikes!! : ADMINS:/Z19/usr/lpp/zApache/httpd-2.2.9: >./buildconf found apr source: srclib/apr found apr-util source: srclib/apr-util rebuilding srclib/apr/configure buildconf: checking installation... buildconf: python not found. You need python installed to build APR from SVN. ./buildconf failed for apr python? I need to install python? How come the docs don't mention this? ... now we resume the tale... OK. Guess I'll go get python (I was hoping someone would jump in with a workaround; or at least an explanation as to why python was not mentioned in the instructions). Google is your friend: python z/OS http://www.teaser.fr/~jymengant/mvspython/mvsPythonPort.html seems to contain the latest port of python, at level 2.4.1 which is only slightly down level from the general latest version of python at 2.5 OK. Got it intstalled with a little help from Jean-Yves. Try again: ADMINS:/Z19/usr/lpp/zApache/httpd-2.2.9: >./buildconf found apr source: srclib/apr found apr-util source: srclib/apr-util rebuilding srclib/apr/configure buildconf: checking installation... buildconf: python version entering (ok) buildconf: autoconf not found. You need autoconf version 2.50 or newer installed to build APR from SVN. ./buildconf failed for apr But... autoconf 2.54 _is_ installed; it comes with tools N toys (ported tools) already mentioned, and it is in the PATH. So, found /usr/local/bin contains autotconf that is late enough, so added that to the PATH. Then... ADMINS:/Z19/usr/lpp/zApache/httpd-2.2.9: >./buildconf found apr source: srclib/apr found apr-util source: srclib/apr-util rebuilding srclib/apr/configure buildconf: checking installation... buildconf: python version entering (ok) buildconf: autoconf version 2.54 (ok) buildconf: libtool version 1.3.4 found. You need libtool version 1.4 or newer installed to build APR from SVN. ./buildconf failed for apr but this is the libtool that was ported from the Apache for z/OS page because it was non-GNU. Looks like I need to have a newer non-GNU libtool, one that has been 'tweaked' for z/OS. Anyone have any pointers or suggestions? Kind regards, -Steve Comstock The Trainer's Friend, Inc. 303-393-8716 http://www.trainersfriend.com z/OS Application development made easier * Our classes include + How things work + Programming examples with realistic applications + Starter / skeleton code + Complete working programs + Useful utilities and subroutines + Tips and techniques ==> Check out the Trainer's Friend Store to purchase z/OS <== ==> application developer toolkits. Sample code in four <== ==> programming languages, JCL to Assemble or compile, <== ==> bind and test. <== ==> http://www.trainersfriend.com/TTFStore/index.html <==