in reply to Re: Building perl in chroot
in thread Building perl in chroot
If I build perl to live in, say, /apps/perl-5.8.6, it also wants to install its libraries there, no? At least, that's what I can figure from Configure..and that will break the package, because the paths will not reflect those in deployment.
I used the Config.pm from the 5.6 installation to configure 5.8.6, but it's confusing to say the least - particularly this is unclear:
I'll try your chroot idea, although it looks like that means I'll have to configure & build perl twice..In some special cases, particularly when building $package for distrib +ution, it is convenient to distinguish the directory in which files s +hould be installed from the directory ($prefix) in which they will ev +entually reside.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Building perl in chroot
by salva (Canon) on May 05, 2005 at 19:46 UTC |