Author: randy
Date: 2007-03-21 13:09:27 -0600 (Wed, 21 Mar 2007)
New Revision: 6683
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/mysql.xml
Log:
Updated to MySQL-5.0.37
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-03-21 16:10:49 UTC (rev 6682)
+++ trunk/BOOK/general.ent 2007-03-21 19:09:27 UTC (rev 6683)
@@ -352,7 +352,7 @@
<!ENTITY db-version "4.5.20">
<!-- End special note about Heimdal -->
-<!ENTITY mysql-version "5.0.21">
+<!ENTITY mysql-version "5.0.37">
<!ENTITY postgresql-version "8.2.3">
<!-- Chapter 24 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-03-21 16:10:49 UTC
(rev 6682)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-03-21 19:09:27 UTC
(rev 6683)
@@ -45,6 +45,9 @@
<para>March 21st, 2007</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to MySQL-5.0.37.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Modified the Heimdal instructions to rename the
Heimdal libss headers and libraries and restore the orginal E2fsprogs
files. Also added some documentation installation commands.</para>
Modified: trunk/BOOK/server/databases/mysql.xml
===================================================================
--- trunk/BOOK/server/databases/mysql.xml 2007-03-21 16:10:49 UTC (rev
6682)
+++ trunk/BOOK/server/databases/mysql.xml 2007-03-21 19:09:27 UTC (rev
6683)
@@ -4,14 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- <!ENTITY mysql-download-http
"http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz/from/http://mysql.mirrors.hoobly.com/">
-->
- <!-- <!ENTITY mysql-download-ftp
"ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
-->
- <!ENTITY mysql-download-http
"http://downloads.mysql.com/archives/mysql-5.0/mysql-&mysql-version;.tar.gz">
- <!ENTITY mysql-download-ftp
"ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/mysql-&mysql-version;.tar.gz">
- <!ENTITY mysql-md5sum "c3165204c42e1db6fc3a95a4fd2cd22f">
- <!ENTITY mysql-size "18.6 MB">
- <!ENTITY mysql-buildsize "244 MB (additional 194 MB to run the test
suite)">
- <!ENTITY mysql-time "4.5 SBU (Test suite is an additional 48
minutes, only partially CPU dependent)">
+ <!ENTITY mysql-download-http
"http://mysql.mirrors.hoobly.com/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
+ <!ENTITY mysql-download-ftp
"ftp://ftp.fu-berlin.de/unix/databases/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
+ <!ENTITY mysql-md5sum "26ed76facb58bdeae40c8310e337dde2">
+ <!ENTITY mysql-size "23.2 MB">
+ <!ENTITY mysql-buildsize "336 MB (additional 47 MB to run the test
suite)">
+ <!ENTITY mysql-time "6.4 SBU (Test suite is an additional 52
minutes, only partially CPU dependent)">
]>
<sect1 id="mysql" xreflabel="MySQL-&mysql-version;">
@@ -61,7 +59,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="openssl"/> and
- <xref linkend="tcpwrappers"/>.
+ <xref linkend="tcpwrappers"/>
<!-- Removing libedit because it causes more problems than it solves.
@@ -70,14 +68,6 @@
</para>
- <!-- These appear to be obsolete now that the docs have been pulled
- out of the main tarball. Configure still checks for them, but
- best I can tell, they are not used, nor can be used even if found
-
- <xref linkend="doxygen"/> and
- <xref linkend="tetex"/></para>
- -->
-
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/mysql"/></para>
@@ -96,11 +86,6 @@
<para>Build and install <application>MySQL</application> by
running the following commands:</para>
- <!-- Removing the CPPFLAGS="-D_GNU_SOURCE" and
- -with-named-thread-libs=-lpthread as they don't appear to be
- required any longer
- -->
-
<screen><userinput>C_EXTRA_FLAGS=-fno-strict-aliasing \
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -144,16 +129,14 @@
cd /usr/lib &&
ln -v -sf mysql/libmysqlclient{,_r}.so* .</userinput></screen>
-<!-- Insert this back into the 'root' installation section if
- there are ever docs to install again
+ <tip>
+ <para>The only documentation shipped in the source tarball are
+ <filename>mysql.info</filename> and <filename>manual.chm</filename>
+ (Microsoft Help format) files. You can download various formats of the
+ <application>MySQL</application> Reference Manual from <ulink
+ url="http://dev.mysql.com/doc/"/>.</para>
+ </tip>
-install -v -d -m755 /usr/share/mysql/Docs/Images &&
-install -v -m644 Docs/manual{,_toc}.html \
- Docs/manual.txt /usr/share/mysql/Docs &&
-install -v -m644 Docs/Images/*.{jpg,gif} /usr/share/mysql/Docs/Images
&&
-
--->
-
</sect2>
<sect2 role="commands">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page