aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-02-04 19:32:55 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-02-04 19:32:55 +0000
commit6c8e424db7fc5e4bac2f8cdee61ccd0cbdaf69f2 (patch)
tree9897988501997256b01394c645e4139d2496a754 /chapter06
parent3bce8fdfe8fa45a281e75bc02678166c58d37e61 (diff)
Upgrade to Perl 5.12.3. Fixes #2824.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml8
1 files changed, 8 insertions, 0 deletions
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 &quot;s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|&quot; \
scripts/test-installation.pl
unset DL</userinput></screen>
+ <para>In addition, there is a bug in the
+ <filename>test-installation.pl</filename> script in that it tries to link
+ a test program to a library that isn't installed by
+ <command>make install</command>. Issue the following <command>sed</command>
+ command to fix it:</para>
+
+<screen><userinput remap="pre">sed -i -e 's/"db1"/&amp; \&amp;\&amp; $name ne "nss_test1"/' scripts/test-installation.pl</userinput></screen>
+
<para>The <command>ldd</command> shell script contains Bash-specific
syntax. Change its default program interpreter to <command>/bin/bash</command>
in case another <command>/bin/sh</command> is installed as described in the