*** empty log message ***
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 18 Mar 2004 19:11:09 +0000 (19:11 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 18 Mar 2004 19:11:09 +0000 (19:11 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@851 cb58f699-b61c-0410-a6fe-9272a202ed29

doc/INSTALL.txt

index 0b3ee36..9bfe1e5 100644 (file)
@@ -24,18 +24,6 @@ however need to provide the necessary build flags during configure, or
 ideally, let our configure script use your Apache's apxs script to extract
 the necessary information.
 
-Once Apache is in place, you'll also need to build the libapreq library.
-Adjust the include path as needed.
-
-http://www.apache.org/dist/httpd/libapreq/libapreq-1.3.tar.gz
-
-$ tar xvzf libapreq-1.3.tar.gz
-$ cd libapreq-1.3
-$ ./configure --prefix=/opt/shibboleth --enable-static=no \
-    --with-apache-includes=/usr/local/apache/include
-$ make
-$ make install
-
 --- MySQL (optional)
 
 The distribution now includes a session cache plugin using embedded MySQL.
@@ -78,11 +66,12 @@ modules is more or less like building OpenSAML. You can get the code from
 CVS and run the bootstrap script if you want, or just use a source tarball.
 With the source distribution or the results of your bootstrap:
 
-$ ./configure --prefix=/opt/shibboleth --with-xmlsec=/opt/shibboleth --with-apxs -C
+$ ./configure --prefix=/opt/shibboleth --with-log4cpp=/opt/shibboleth \
+    --enable-apache-13 --with-apxs -C
 $ make
 $ make install
 
-This will build the Apache modules by extracting build settings from apxs.
+This will build the Apache 1.x modules by extracting build settings from apxs.
 The configure script will look in normal spots for the script
 (/usr/bin/apxs, /usr/local/apache/bin/apxs) but you can point it if you need to.