Corrected year.
[shibboleth/sp.git] / doc / INSTALL.txt
index bee5ee6..3a550e7 100644 (file)
@@ -1,4 +1,4 @@
-6/15/05
+7/15/05
 Version 1.3
 
 Binary distributions of the Shibboleth code are available.
@@ -45,19 +45,19 @@ be surprised if it's not there. Also, just as with PHP and certain other package
 that include C++, you'll need to build it with the same compiler used to build
 Shibboleth.
 
-The MySQL 4.0.x build is currently not clean. There are errors in several
+The MySQL 4.x build is currently not clean. There are errors in several
 Makefile.in files that have to corrected to get the build to work.
 The patch for the pre-configure Makefile.in files in version 4.0.12 is included
 in this directory as the file "mysql-4.0.12.diff", which can be applied from the
-mysql-4.0.12 directory.
+mysql-4.0.12 directory. Similar changes may be needed in other versions.
 
 After patching, to get it to build, the --with-embedded-server option is used
-with MySQL. An example build is below:
+with MySQL. An example build with gcc/g++ is below:
 
-$ cd mysql-4.0.12
+$ cd mysql-4.1.12
 $ env CFLAGS="-fPIC -DPIC" CXXFLAGS="-fPIC -DPIC"
 $ ./configure --prefix=/opt/mysql \
-    --libexecdir='${exec_prefix}/sbin' \
+    --libexecdir='${exec_prefix}/sbin' --disable-static \
     --enable-thread-safe-client --enable-assembler --enable-local-infile \
     --with-extra-charsets=complex --with-embedded-server \
     --with-berkeley-db --with-innodb --with-raid
@@ -76,7 +76,7 @@ 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-log4cpp=/opt/shibboleth \
+$ ./configure --prefix=/opt/shibboleth-sp --with-log4cpp=/opt/shibboleth-sp \
     --enable-apache-13 --with-apxs --enable-apache-20 --with-apxs2 -C
 $ make
 $ make install
@@ -97,7 +97,7 @@ Attribute Authority of your choosing. You indicate to it the identifier of
 the principal to query, and the identifier (providerId) of the origin site,
 and it will use your configuration files to locate the proper AA.
 
-$ set LD_LIBRARY_PATH=/opt/shibboleth/lib; export LD_LIBRARY_PATH
+$ set LD_LIBRARY_PATH=/opt/shibboleth-sp/lib; export LD_LIBRARY_PATH
 $ /opt/shibboleth/bin/shibtest -h test-handle \
        -f urn:mace:shibboleth:test:nameIdentifier \
        -q urn:mace:inqueue:example.edu