List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 30 2008 4:18pm
Subject:svn commit - mysqldoc@docsrva: r11447 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: mcbrown
Date: 2008-07-30 18:18:18 +0200 (Wed, 30 Jul 2008)
New Revision: 11447

Log:
Adding a note about GNU tar to the HP-UX installation sections (thanks Joerg!)



Modified:
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/installing-cs-core.xml
   trunk/refman-5.1/installing-core.xml
   trunk/refman-6.0/installing-core.xml


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2008-07-30 16:01:24 UTC (rev 11446)
+++ trunk/refman-4.1/installing.xml	2008-07-30 16:18:18 UTC (rev 11447)
Changed blocks: 2, Lines Added: 26, Lines Deleted: 0; 1804 bytes

@@ -16444,6 +16444,19 @@
         <title>HP-UX Version 10.20 Notes</title>
 
         <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
+        <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           There are a couple of small problems when compiling MySQL on
           HP-UX. We recommend that you use <command>gcc</command>
           instead of the HP-UX native compiler, because

@@ -16498,6 +16511,19 @@
         </para>
 
         <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
+        <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           Because of some critical bugs in the standard HP-UX libraries,
           you should install the following patches before trying to run
           MySQL on HP-UX 11.0:


Modified: trunk/refman-5.0/installing-cs-core.xml
===================================================================
--- trunk/refman-5.0/installing-cs-core.xml	2008-07-30 16:01:24 UTC (rev 11446)
+++ trunk/refman-5.0/installing-cs-core.xml	2008-07-30 16:18:18 UTC (rev 11447)
Changed blocks: 2, Lines Added: 26, Lines Deleted: 0; 1841 bytes

@@ -16817,7 +16817,20 @@
         
         &cs-only;
         
+   <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
         <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           There are a couple of small problems when compiling MySQL on
           HP-UX. We recommend that you use <command>gcc</command>
           instead of the HP-UX native compiler, because

@@ -16868,6 +16881,19 @@
         <title>HP-UX Version 11.x Notes</title>
 
         <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
+        <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           Because of some critical bugs in the standard HP-UX libraries,
           you should install the following patches before trying to run
           MySQL on HP-UX 11.0:


Modified: trunk/refman-5.1/installing-core.xml
===================================================================
--- trunk/refman-5.1/installing-core.xml	2008-07-30 16:01:24 UTC (rev 11446)
+++ trunk/refman-5.1/installing-core.xml	2008-07-30 16:18:18 UTC (rev 11447)
Changed blocks: 2, Lines Added: 26, Lines Deleted: 0; 1851 bytes

@@ -15754,6 +15754,19 @@
         <title>HP-UX Version 10.20 Notes</title>
 
         <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
+        <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           There are a couple of small problems when compiling MySQL on
           HP-UX. We recommend that you use <command>gcc</command>
           instead of the HP-UX native compiler, because

@@ -15804,6 +15817,19 @@
         <title>HP-UX Version 11.x Notes</title>
 
         <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
+        <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           Because of some critical bugs in the standard HP-UX libraries,
           you should install the following patches before trying to run
           MySQL on HP-UX 11.0:


Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml	2008-07-30 16:01:24 UTC (rev 11446)
+++ trunk/refman-6.0/installing-core.xml	2008-07-30 16:18:18 UTC (rev 11447)
Changed blocks: 2, Lines Added: 26, Lines Deleted: 0; 1851 bytes

@@ -15375,6 +15375,19 @@
         <title>HP-UX Version 10.20 Notes</title>
 
         <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
+        <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           There are a couple of small problems when compiling MySQL on
           HP-UX. We recommend that you use <command>gcc</command>
           instead of the HP-UX native compiler, because

@@ -15425,6 +15438,19 @@
         <title>HP-UX Version 11.x Notes</title>
 
         <para>
+          If you install MySQL using a binary tarball distribution on
+          HP-UX, you may run into trouble even before you get the MySQL
+          distribution unpacked, as the HP-UX <command>tar</command>
+          cannot handle long filenames. This means that you may see
+          errors when you try to unpack MySQL.
+        </para>
+
+        <para>
+          If this occurs, you must use GNU <command>tar</command>
+          (<command>gtar</command>) to unpack the distribution.
+        </para>
+
+        <para>
           Because of some critical bugs in the standard HP-UX libraries,
           you should install the following patches before trying to run
           MySQL on HP-UX 11.0:


Thread
svn commit - mysqldoc@docsrva: r11447 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0mcbrown30 Jul