Matt, Ken, Joe, and Fellow LFS-Dev's
I have been researching this issue, I've been using fedora as a basis,
they only build one version of perl. Here's what I've been looking at.
http://cvs.fedora.redhat.com/viewcvs/devel/perl/
They use this patch
http://cvs.fedora.redhat.com/viewcvs/devel/perl/perl-5.8.0-libdir64.patch?rev=1.1&view=log
Add these lines to the Configure line
-Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \
-Dprivlib="/usr/lib/perl5/%{version}" \
-Dsitelib="/usr/lib/perl5/site_perl/%{version}" \
-Dvendorlib="/usr/lib/perl5/vendor_perl/%{version}" \
-Darchlib="%{_libdir}/perl5/%{perlver}/%{_arch}-%{_os}%{thread_arch}" \
-Dsitearch="%{_libdir}/perl5/site_perl/%{perlver}/%{_arch}-%{_os}%{thread_arch}"
\
-Dvendorarch="%{_libdir}/perl5/vendor_perl/%{perlver}/%{_arch}-%{_os}%{thread_arch}"
\
Translated for Cross-LFS would be.
-Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \
-Dprivlib="/usr/lib/perl5/5.8.7" \
-Dsitelib="/usr/lib/perl5/site_perl/5.8.7" \
-Dvendorlib="/usr/lib/perl5/vendor_perl/5.8.7" \
-Darchlib="/usr/lib/perl5/5.8.7/x86_64-linux" \
--
------
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LFS User # 2577
Registered Linux User # 299986
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page