On Wed, Aug 7, 2013 at 12:27 AM, Ron Wilson <ronw.m...@gmail.com> wrote:

> After encountering this problem recently, I did some digging. What I found
> was that the DLL (lzma.dll) being referenced by the package I was using
> (Compress::LZMA) was referencing another DLL (liblzma_5.dll). The second
> DLL was the one that packager was not detecting.

What would be required would be a tool to scan the known DLLs for other
> DLLs they reference.
>

Exactly. Unfortunately such a tool is highly platform dependent.
If anybody knows a Perl module that can do that, let me know. It doesn't
have to handle all
exotic platforms that Perl runs, for a start I would settle for something
that works on
Windows (XP, Vista, 7), using either the VisualStudio or MingW toolchain,
and on Linux.

Cheers, Roderich

Reply via email to