From 6c8e424db7fc5e4bac2f8cdee61ccd0cbdaf69f2 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 4 Feb 2011 19:32:55 +0000 Subject: Upgrade to Perl 5.12.3. Fixes #2824. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8c4721020..7177b0081 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -84,6 +84,14 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \ scripts/test-installation.pl unset DL + In addition, there is a bug in the + test-installation.pl script in that it tries to link + a test program to a library that isn't installed by + make install. Issue the following sed + command to fix it: + +sed -i -e 's/"db1"/& \&\& $name ne "nss_test1"/' scripts/test-installation.pl + The ldd shell script contains Bash-specific syntax. Change its default program interpreter to /bin/bash in case another /bin/sh is installed as described in the -- cgit v1.2.3-54-g00ecf