Tweaked mysql text
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 13 Jun 2005 01:29:19 +0000 (01:29 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 13 Jun 2005 01:29:19 +0000 (01:29 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1697 cb58f699-b61c-0410-a6fe-9272a202ed29

doc/INSTALL.txt

index bee5ee6..7da90cd 100644 (file)
@@ -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