Author: paul
Date: 2008-04-29 17:54:31 +0200 (Tue, 29 Apr 2008)
New Revision: 10613
Log:
r30985@arctic: paul | 2008-04-29 10:53:14 -0500
Newer automake versions may fail for MySQL 4.1. (Bug#36401)
Modified:
trunk/refman-4.1/installing.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31019
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30982
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31019
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30985
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2008-04-29 15:30:36 UTC (rev 10612)
+++ trunk/refman-4.1/installing.xml 2008-04-29 15:54:31 UTC (rev 10613)
Changed blocks: 2, Lines Added: 14, Lines Deleted: 7; 2201 bytes
@@ -8742,6 +8742,13 @@
</para>
<para>
+ If newer versions of these tools cause problems, please try
+ reverting to an older version. For example,
+ <command>automake</command> 1.10 has been observed to fail
+ for MySQL ¤t-series; on some systems.
+ </para>
+
+ <para>
Fortunately, a large number of operating systems ship with
the GNU toolchain preinstalled or supply installable
packages of these. They can also be downloaded from the
@@ -8804,22 +8811,22 @@
</para>
<para>
- Versions of MySQL before version 4.1 may also compile with
- other <command>yacc</command> implementations (for example,
- BSD <command>yacc</command> 91.7.30). For later versions,
- GNU <command>bison</command> is required.
+ Versions of MySQL before 4.1 may also compile with other
+ <command>yacc</command> implementations (for example, BSD
+ <command>yacc</command> 91.7.30). For later versions, GNU
+ <command>bison</command> is required.
</para>
<para>
The following example shows the typical commands required to
configure a source tree. The first <literal>cd</literal>
command changes location into the top-level directory of the
- tree; replace <filename>mysql-5.0</filename> with the
- appropriate directory name.
+ tree; replace <filename>mysql-¤t-series;</filename>
+ with the appropriate directory name.
</para>
<programlisting>
-shell> <userinput>cd mysql-5.0</userinput>
+shell> <userinput>cd mysql-¤t-series;</userinput>
shell> <userinput>(cd bdb/dist; sh s_all)</userinput>
shell> <userinput>(cd innobase; autoreconf --force
--install)</userinput>
shell> <userinput>autoreconf --force --install</userinput>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10613 - in trunk: . refman-4.1 | paul | 29 Apr |