aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/hostreqs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prologue/hostreqs.xml')
-rw-r--r--prologue/hostreqs.xml3
1 files changed, 2 insertions, 1 deletions
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 -> `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