> I say something akin because just specifying
> --with-apr=/foo/apr-1-config and --with-apu=/foo/apu-1-config isn't
> sufficient for me to get it to compile (the config process is somehow
> picking up an old /usr/include/apr-0 for me, despite my pointing to
> ap(r|u)-1-config files in a fully-functional HEAD install).

blarg - I mistyped the options.  I still can't get it to compile, but here
is an updated INSTALL patch anyway.

--Geoff
Index: INSTALL
===================================================================
RCS file: /home/cvs/httpd-2.0/INSTALL,v
retrieving revision 1.19
diff -u -r1.19 INSTALL
--- INSTALL	8 Dec 2002 21:05:55 -0000	1.19
+++ INSTALL	2 Sep 2004 17:01:47 -0000
@@ -7,7 +7,9 @@
   For complete installation documentation, see [ht]docs/manual/install.html or
   http://httpd.apache.org/docs-2.1/install.html
 
-     $ ./configure --prefix=PREFIX
+     $ ./configure --prefix=PREFIX \
+     --with-apr=/path/to/apr-1-config \
+     --with-apr-util=/path/to/apu-1-config
      $ make
      $ make install
      $ PREFIX/bin/apachectl start
@@ -16,6 +18,11 @@
               Apache should be installed.  A typical installation
               might use "/usr/local/apache2" for PREFIX (without the
               quotes).
+
+            * Unlike with Apache 2.0, a full APR 1.0 installation is required
+              to compile Apache 2.1.  See http://apr.apache.org/ for details
+              on APR and use the --with-apr and --with-apr-util flags to point
+              to the installation you want to compile Apache against.
 
             * If you are building on FreeBSD, be aware that threads will
               be disabled and the prefork MPM will be used by default,

Reply via email to