Takamoto has asked for the wisdom of the Perl Monks concerning the following question:
How is it possible to load dylib (such as libcrypto.3.dylib) dynamically at runtime, i.e. specifying the location of given library?
Context of what I am trying to achieve: I use pp to pack an heavy application to run it on a different machines. I specify here all dylib, but the final executive becomes heavy and requires a lot of time at startup (unpacking). I want to move the dylib outside the pp executive and ship it with the installation routine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: load dylib at runtime
by SankoR (Prior) on Dec 20, 2023 at 16:52 UTC | |
|
Re: load dylib at runtime
by swl (Prior) on Dec 20, 2023 at 21:14 UTC |