Hi all,

Please see message below that was sent to me privately.

I don't remember being the original developer of the Perl patch,
so can't immediately explain why the line mentioned isn't changed
and/or why things work without it being changed.  Anyone else?

Thanks,

Matt.

-------- Original Message --------
Subject: About patch perl-5.12.1-libc-1.patch
Date: Tue, 16 Nov 2010 05:24:18 +0100
From: CyberDomovoy <[email protected]>
To: [email protected]

About the patch found here:
http://www.linuxfromscratch.org/patches/lfs/6.7/perl-5.12.1-libc-1.patch
wich is to be applied at section 5.28 (
http://www.linuxfromscratch.org/lfs/view/stable/chapter05/perl.html).
It seems that you forgot to use ${prefix} at the line

> libc=`ls -l /lib/libc.so.6 | awk '{print $NF}'`
>

In my opinion it should be more like that:
http://linuxfromscratch.pastebin.com/gBWXEery
If, for example the host libc.so.6 is libc-2.5.1.so, and the one installed
in tools is libc-2.12.1, then your patch make "libc=${prefix}/lib/
libc-2.5.1.so" instead of  "${prefix}/lib/libc-2.12.1.so".
I may be wrong, if so i apologize for disturbing you, but then i'd like to
know what is my mistake.

Thanks for reading



-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to