aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--general.ent4
-rw-r--r--prologue/hostreqs.xml3
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e7e21195f..838f9059c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2011-12-28</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Fix version-check.sh's Glibc version detection on 64-bit Debian hosts.
+ Thanks to Pierre Labastie for the report and fix.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-12-22</para>
<itemizedlist>
<listitem>
diff --git a/general.ent b/general.ent
index ced8095b6..4a249bac8 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111223">
-<!ENTITY releasedate "Dec 23, 2011">
+<!ENTITY version "SVN-20111228">
+<!ENTITY releasedate "Dec 28, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 79ee2e96a..751bc9525 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -169,7 +169,8 @@ if [ -e /usr/bin/awk ];
then echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
else echo "awk not found"; fi
gcc --version | head -n1
-/lib/libc.so.6 | head -n1 | cut -d"," -f1
+libcLib="`find /lib /lib64 -name libc.so.6 -print`"
+/${libcLib} | head -n1 | cut -d"," -f1
grep --version | head -n1
gzip --version | head -n1
cat /proc/version