From 18abd29eab304e1df3d5be43bfffd2a3ec3c427d Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 1 Mar 2004 04:11:55 +0000 Subject: [PATCH] Updating licenses and docs git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@829 cb58f699-b61c-0410-a6fe-9272a202ed29 --- doc/INSTALL.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index e149ca9..0b3ee36 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -1,5 +1,5 @@ -7/31/03 -Version 1.1 +3/15/04 +Version 1.2 Binary distributions of the Shibboleth code are available. Information on obtaining and installing binaries can be found at @@ -27,10 +27,10 @@ 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.1.tar.gz +http://www.apache.org/dist/httpd/libapreq/libapreq-1.3.tar.gz -$ tar xvzf libapreq-1.1.tar.gz -$ cd libapreq-1.1 +$ 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 @@ -95,8 +95,7 @@ To test your installation, you can try this: $ set LD_LIBRARY_PATH=/opt/shibboleth/lib; export LD_LIBRARY_PATH $ cd /opt/shibboleth -$ bin/shibtest -d etc/shibboleth/ -h foo -q urn:mace:inqueue:example.edu \ - -r http://www.foo.edu/ -a http://wayf.internet2.edu/InQueue/AA +$ bin/shibtest -d etc/shibboleth/ -h foo -q urn:mace:inqueue:example.edu -r http://www.foo.edu/ You should get some reasonably structured output back that lists some simple attributes. An error here is a pretty good sign there's trouble. -- 2.1.4