Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Module distribution

by syphilis (Archbishop)
on Jul 27, 2010 at 23:06 UTC ( [id://851633]=note: print w/replies, xml ) Need Help??


in reply to Re: Module distribution
in thread Module distribution

But note that if modules depend on 3rd-party shared libraries (installed in different locations), you'd have to distribute them too...

There's often a good case for building those modules against static libraries - as there's then no additional files to distribute.
Another problem with shared libraries is that there's a possibility that the shared library being distributed is not the shared library that gets loaded by the perl module - which is something that needs to be considered when troubleshooting. (Obviously, this aspect is also avoided if the module is built against a static library.)

Cheers,
Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-23 07:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found