http://www.perlmonks.org?node_id=1020382


in reply to Re: copy perl and some modules into an offline OS
in thread copy perl and some modules into an offline OS

You're doing things backwards

use a root prefix, like /inside

build all your stuff relative to /inside, all the software

then make a jail ANYWHERE

then copy /inside into jail

inside the jail treat /inside as root

or if you want /usr/bin .. instead of /inside/usr/bin

start copying /usr/bin ... into your jail

then go to jail, switch to jail, chroot to your jail ,

then install perl as normal into whatever place inside the jail, using absolute jail paths

see links for chroot setup

  • Comment on Re^2: copy perl and some modules into an offline OS