in reply to Linux Live CD with Perl >= 5.8.6

If you really want that, you can just install perl 5.8.6 on the knoppix system before installing the modules. Compiling perl is fast enough with today's machines. The only problem is space, you might not have enough memory to store the whole build and install tree of perl in addition to the memory you'd need for the live system and the crunching anyway. In that case, you'll either have to create a swap file for the live system (so that the ram file system it uses can grow in the swap), or build and install perl on a harddisk filesystem.

As an info, the build tree of perl 5.8.6 is 103 M, the install tree is 45M on my machine. The recommended amount of memory for knoppix is 82 M if you start X, 20 M if you start text mode only.

I've checked gentoo (not a live system, but a normal distrib), and they only have 5.8.4 yet.

As a sidenote: you could try installing activeperl on your windows box. It's not difficult.

Replies are listed 'Best First'.
Re^2: Linux Live CD with Perl >= 5.8.6
by thekestrel (Friar) on Apr 26, 2005 at 20:03 UTC
    Ambrus

    Thanks for the reply. I might look into compiling perl onto a RAM drive etc, as I have 512MB on this unit.
    I know I could install activeperl, in fact I've got Cygwin running on one of the boxes, but I'd like to be able to just put cds in say 5 machines and have them crunch away and them I can just reboot in the morning and the boxes are none the worse for the experience albeit a little warmer =P. I'm sure I'll squeeze a bit extra out of them running text mode linux as opposed to Cygwin/Active perl on windows.

    Regards Paul
Re^2: Linux Live CD with Perl >= 5.8.6
by Tanktalus (Canon) on Apr 27, 2005 at 02:26 UTC

    As a side note ... I'm actually installing gentoo on a box right now, and, according to emerge --pretend, it's about to install perl 5.8.5. I'm most definitely going to install a newer version as soon as it's all running. In, oh, a week or so. ;-)

    Still not the OP's 5.8.6 requirement, but a bit better.