Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Dealing with perl upgrade and local XS modules

by perlfan (Vicar)
on Apr 01, 2021 at 02:09 UTC ( [id://11130655]=note: print w/replies, xml ) Need Help??


in reply to Dealing with perl upgrade and local XS modules

I can't answer your question. I can offer this, if you are using local::lib + App::cpanminus, perhaps go "all the way" and utilize perlbrew to create an installation along side of your current system perl + local set up to see if that suited your needs first? If so, then you don't even haave to touch your localized environment that has been built on top of system perl. Is it safe to assume you're really using system perl + a significant investment in modules installed as a non-privleged user? Are the XS modules darkpan (not on CPAN) or are they just the result of some heavy "tweaking"? It sounds like you want to recompile the XS modules "in place", maybe? The nice thing about perlbrew is that it allows you to achieve total isolation. cpanm also works with whatever perl is in PATH (or it can be fetched via perlbrew). Just some ideas there - don't know much detail about your set up or constraints.

Replies are listed 'Best First'.
Re^2: Dealing with perl upgrade and local XS modules
by markong (Pilgrim) on Apr 01, 2021 at 10:23 UTC

    Is it safe to assume you're really using system perl + a significant investment in modules installed as a non-privleged user?
    Yes, I'm sorry if that wasn't clear enough in the description: XS modules are installed locally against system perl.
    Are the XS modules darkpan (not on CPAN) or are they just the result of some heavy "tweaking"?
    No they're all public XS modules. No tweaking.
    It sounds like you want to recompile the XS modules "in place", maybe?
    That would be the goal yes. Ideally I would "list" XS only distribution names in ~/local/perl/lib and then proceed again with the whole make/test/install cycle.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11130655]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-19 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found