Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Can I re-use modules compiled with a different build of Perl, but with the same version number on the same machine?

by rmcgowan (Sexton)
on Feb 03, 2015 at 00:46 UTC ( [id://1115328]=note: print w/replies, xml ) Need Help??


in reply to Can I re-use modules compiled with a different build of Perl, but with the same version number on the same machine?

It is possible your new build is using DBI but not finding some other required module or shared library, such as the DBD module?

You could use ldd path/to/DBI.so to see what is not being found for linking, which may give you a hint about where to focus your debugging work.

  • Comment on Re: Can I re-use modules compiled with a different build of Perl, but with the same version number on the same machine?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1115328]
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: (2)
As of 2024-04-19 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found