Hi Michael, Am 27.03.2012 09:07, schrieb Michael Felt: > since my packaging scripts are not part of apr or apr-util I believe the > following change is warrented: > > --- httpd-2.4.x/build/aix/buildaix.ksh (revision 1305578) > +++ httpd-2.4.x/build/aix/buildaix.ksh (working copy) > @@ -62,14 +62,12 @@ > > if [ ! -f "$apr_config" -a ! -f "$apr_config/configure.in > " ]; then > echo "The apr source directory / apr-1-config could not be found" > - echo "If available, install the ASF.apu.rte and ASF.apr.rte filesets" > echo "Usage: $cmd [--with-apr=[dir|file]] [--with-apr-util=[dir|file]]" > exit 1 > fi > > if [ ! -f "$apu_config" -a ! -f "$apu_config/configure.in > " ]; then > echo "The apu source directory / apu-1-config could not be found" > - echo "If available, install the ASF.apu.rte and ASF.apr.rte filesets" > echo "Usage: $cmd [--with-apr=[dir|file]] [--with-apr-util=[dir|file]]" > exit 1 > fi I'd say let these hints in, and lets look forward that your build scripts will make it finally into APR/APU too; perhaps also do a checkout of APR/APU 1.5.x and post (again?) a patch for this branch to the apr-dev list. > Also, the file "aixproto.ksh" needs to be removed. It was renamed/has > been replaced by mkinstallp.ksh. since I have no knowledge about this I leave that for someone familar with AIX; Graham perhaps? Gün.