Ignore:
Timestamp:
02/07/2012 10:30:26 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e47edcf
Parents:
b515be7
Message:

Fix ICA build and a couple of other miscellaneous issues. Patch courtesy of Pierre Labastie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    rb515be7 r93fd2d0  
    9191  check_version "3.2"     "$BASH_VERSION"       "BASH"
    9292  check_version "4.1.2"   "`gcc -dumpversion`"  "GCC" 
    93   libcLib="`find /lib /lib64 -name libc.so.6 -print`"
    94   libcVer="`/${libcLib} | head -n1`"
    95   libcVer="${libcVer##*version }"
    96   check_version "2.5.1"   "${libcVer%%,*}"        "GLIBC"
     93  check_version "2.5.1"   "$(ldd --version  | head -n1 | awk '{print $NF}')"        "GLIBC"
    9794  check_version "2.17"    "$(ld --version  | head -n1 | awk '{print $NF}')"    "BINUTILS"
    9895  check_version "1.18"    "$(tar --version | head -n1 | cut -d" " -f4)"        "TAR"
Note: See TracChangeset for help on using the changeset viewer.