Performed following steps
lfs:/mnt/lfs/sources$ tar xjf perl-5.8.6.tar.bz2
lfs:/mnt/lfs/sources$ cd perl-5.8.6
lfs:/mnt/lfs/sources/perl-5.8.6$ patch -Np1 -i ../perl-5.8.6-libc-1.patch[code:1]
patching file hints/linux.sh
Hunk #1 succeeded at 51 with fuzz 1.
Hunk #2 succeeded at 314 (offset 32 lines). [/code:1]
re-run following steps:
lfs:/mnt/lfs/sources$ tar xjf perl-5.8.6.tar.bz2
lfs:/mnt/lfs/sources$ cd perl-5.8.6
lfs:/mnt/lfs/sources/perl-5.8.6$ patch -Np1 -i ../perl-5.8.6-libc-1.patch[code:1]
patching file hints/linux.sh
Hunk #1 succeeded at 51 with fuzz 1.
Hunk #2 succeeded at 314 (offset 32 lines).[/code:1]
lfs:/mnt/lfs/sources/perl-5.8.6$ ./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'
lfs:/mnt/lfs/sources/perl-5.8.6$ make perl utilities
lfs:/mnt/lfs/sources/perl-5.8.6$ cp perl pod/pod2man /tools/bin
lfs:/mnt/lfs/sources/perl-5.8.6$ mkdir -p /tools/lib/perl5/5.8.6
lfs:/mnt/lfs/sources/perl-5.8.6$ cp -R lib/* /tools/lib/perl5/5.8.6
All went through without complaint.
My remaining problem is how get through "chroot". I could not discover what mistakes I have committed in going through the Notes taken down during building LFS 6.1. I took down all steps performed on the Notes.