Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Dealing with perl upgrade and local XS modules

by markong (Pilgrim)
on Apr 02, 2021 at 23:12 UTC ( [id://11130750]=note: print w/replies, xml ) Need Help??


in reply to Re: Dealing with perl upgrade and local XS modules
in thread Dealing with perl upgrade and local XS modules

Thanks for your cues.

Yes, I have a suggestion since I frequently have to update just the XS modules on a web host when they change the version of Perl. To find the XS modules you have installed, go to your local library directory where Perl modules are installed, and run the following command: find . -name "*.so"

I had already thought of something similar, but it's generally quite hard to go back to the distribution name from a single .so file path.

Further research has probably suggested a way to solve also this problem but I need to know if both ExtUtils::MakeMaker or Module::Build write a so called .packlist file when installing the modules. My guess would be yes, but maybe somebody has more on this.

  • Comment on Re^2: Dealing with perl upgrade and local XS modules

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 14:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found