On 5/31/19 5:33 AM, Jack Ditchburn wrote:
List,

I am stuck at the subject line location in LFS 8.4. I am getting the below error:

(lfs chroot) root:/sources/intltool-0.51.0# ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.28.1
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

My compilation of XML:Parser was error free (see below)

All tests successful.
Files=15, Tests=141,  0 wallclock secs ( 0.05 usr  0.01 sys +  0.44 cusr  0.05 csys =  0.55 CPU)
Result: PASS
(lfs chroot) root:/sources/XML-Parser-2.44# make install
make[1]: Entering directory '/sources/XML-Parser-2.44/Expat'
Manifying 1 pod document
make[1]: Leaving directory '/sources/XML-Parser-2.44/Expat'
Manifying 6 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tools/lib/perl5/site_perl/5.28.1/x86_64-linux/auto/XML/Parser/extralibs.all Installing /tools/lib/perl5/site_perl/5.28.1/x86_64-linux/auto/XML/Parser/Expat/Expat.a Appending installation info to /tools/lib/perl5/5.28.1/x86_64-linux/perllocal.pod


According to this, it's installing XML-Parser in /tools, but Perl should be installed in /usr at this point.

Please check your PATH and make sure it's got /tools/bin at the end, and make sure you used "/tools/bin/bash --login +h" in the chroot command. That will ensure that you're not pulling executables out of /tools if they've been installed in the final system already.

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to