root@x103:[/data/prj/httpd-trunk]mv ../apr ../aprx root@x103:[/data/prj/httpd-trunk]./buildconf
You don't have a copy of the apr source in srclib/apr. Please get the source using the following instructions, or specify the location of the source with --with-apr=[path to apr] : svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr ======== root@x103:[/data/prj/httpd-trunk]cd .. root@x103:[/data/prj]ln -s /data/prj/apr-1.4.6 apr root@x103:[/data/prj]ls -l apr lrwxrwxrwx 1 root system 19 Mar 21 2012 apr -> /data/prj/apr-1.4.6 root@x103:[/data/prj] root@x103:[/data/prj/httpd-trunk]./buildconf found apr source: ../apr You don't have a copy of the apr-util source in srclib/apr-util. Please get one the source using the following instructions, or specify the location of the source with --with-apr-util=[path to apr-util]: svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk srclib/apr-util === Surprised here, because there is a copy of ../apr-util === lrwxrwxrwx 1 root system 19 Mar 21 2012 ../apr -> /data/prj/apr-1.4.6 drwxr-x--- 24 michael nobody 4096 Feb 29 23:01 ../apr-1.3.8 drwxr-xr-x 26 michael 10001 4096 Mar 21 2012 ../apr-1.4.6 drwxr-xr-x 3 root system 256 Mar 2 12:19 ../apr-util drwxr-x--- 19 michael nobody 4096 Feb 29 23:01 ../apr-util-1.3.9 drwxr-xr-x 20 nobody nobody 4096 Mar 1 00:18 ../apr-util-1.4.1 drwxr-xr-x 39 root system 4096 Mar 21 17:35 ../aprx ======== root@x103:[/data/prj/httpd-trunk]cd .. root@x103:[/data/prj]mv apr-util apr-util-x root@x103:[/data/prj]ln -s /data/prj/apr-util-1.4.1 apr-util root@x103:[/data/prj]ls -ld apr-util lrwxrwxrwx 1 root system 24 Mar 21 2012 apr-util -> /data/prj/apr-util-1.4.1 root@x103:[/data/prj]ls -ld apr* lrwxrwxrwx 1 root system 19 Mar 21 2012 apr -> /data/prj/apr-1.4.6 drwxr-x--- 24 michael nobody 4096 Feb 29 23:01 apr-1.3.8 drwxr-xr-x 26 michael 10001 4096 Mar 21 2012 apr-1.4.6 lrwxrwxrwx 1 root system 24 Mar 21 2012 apr-util -> /data/prj/apr-util-1.4.1 drwxr-x--- 19 michael nobody 4096 Feb 29 23:01 apr-util-1.3.9 drwxr-xr-x 20 nobody nobody 4096 Mar 1 00:18 apr-util-1.4.1 drwxr-xr-x 3 root system 256 Mar 2 12:19 apr-util-x drwxr-xr-x 39 root system 4096 Mar 21 17:35 aprx root@x103:[/data/prj]cd - /data/prj/httpd-trunk root@x103:[/data/prj/httpd-trunk]./buildconf found apr source: ../apr found apr-util source: ../apr-util copying build files rebuilding include/ap_config_auto.h.in rebuilding configure rebuilding rpm spec file fixing timestamps for ap_expr sources ======= So, there sems to something wierd with the new versions of apr and/or apr-util - CAPS needed?? the build process has started... On Wed, Mar 21, 2012 at 5:43 PM, Michael Felt <[email protected]> wrote: > > > On Wed, Mar 21, 2012 at 2:36 AM, Gregg Smith <[email protected]> wrote: > >> Gün, >> >> It Works! >> >> >> On 3/20/2012 4:18 PM, Guenter Knauf wrote: >> >>> >>> Gregg, can you please run a Windows build? >>> >>> Gün. >>> >> >> tried to build from fresh apr, apr-util and httpd-trunk > > could not run buildconf for apr because I do not have python installed. > I'll worry about that later. > > loaded apr-1.4.6 and apr-util-1.4.1 > > ran buildconf in httpd-trunk > > it found ../apr as apr source, rather than the one installed in /opt/bin > > result: > + ./configure > --enable-layout=AIX > --with-apr=/opt/bin/apr-1-config > --with-apr-util=/opt/bin/apu-1-config > --enable-mpms-shared=all > --enable-mods-shared=all > --enable-load-all-modules > --disable-lua > build/aix/configure.out > configure: error: APR-util not found. Please read the documentation. > > Note capital letters in APR-util - is that a bug? > > Anyway, will try some other experiments that do not demand I install > python. >
