can I just rebuild Perl 5.24.1 with -fPIC and -Duseshrplib then install right over my current install
Dunno ... I haven't built a static perl ... but I look forward to someone providing a conclusive answer to your question.
When you install an XS module on your static perl (let's say it's Some::Module), does an auto/Some/Module/Module.so get installed somewhere ?
If so, then I think there's a good chance that the answer to your question is "yes". But I'm guessing that no such Module.so gets installed with static perls.
Therefore, I also guess that the correct answer to your question is "no" (because I believe that a shared perl will need to load a "Module.so").
I could be wrong, but.
Cheers,
Rob
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.