diff -Naur perl-5.12.1/hints/linux.sh perl-5.12.1-magellan/hints/linux.sh --- perl-5.12.1/hints/linux.sh 2010-04-26 10:09:20.000000000 +0200 +++ perl-5.12.1-magellan/hints/linux.sh 2010-08-17 16:03:37.000000000 +0200 @@ -63,9 +63,9 @@ # We don't use __GLIBC__ and __GLIBC_MINOR__ because they # are insufficiently precise to distinguish things like # libc-2.0.6 and libc-2.0.7. -if test -L /lib/libc.so.6; then - libc=`ls -l /lib/libc.so.6 | awk '{print $NF}'` - libc=/lib/$libc +if test -L /lib64/libc.so.6; then + libc=`ls -l /lib64/libc.so.6 | awk '{print $NF}'` + libc=/lib64/$libc fi # Configure may fail to find lstat() since it's a static/inline