Hello All,
What exact problem are you trying to solve?
I wrote several scripts which should run on virtually every livecd linux which has perl on board. The scripts works on livecd with full perl like ubuntu and knoppix but many using small distros for recovery like systemrescuecd etc and I am trying to make them work too.
But if I understand correctly, the .so extensions builded for one kernel cannot work with different kernel.
To ship full perl with scripts is not a solution because livecd is for quickly repair, if it required 10 minutes only to find and install perl its better to connect the hdd to other computer instead.
The rebuilding of livecd is not a solution.
The scripts will be available from internet or can be on usb stick.
PAR - I work with PAR several years ago ( but with windows), nice thing. But will it work on _every_ linux? With kernel 2.4, 2.6 ?
use lib - yes , actually I include my and 3-party modules and do unshift @INC in BEGIN block to include this locationin PATH.
the problem with rebuilding /building - if the new version of livecd come I need do it again (?)
thanks for answers, I'll try some your ideas.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.