Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: XML::LibXML with pp on windows

by swl (Parson)
on Dec 16, 2021 at 03:51 UTC ( [id://11139659]=note: print w/replies, xml ) Need Help??


in reply to XML::LibXML with pp on windows

You are probably missing a second level dependency (i.e. one or more of the DLLs you are packing depends on another DLL you are not listing).

Give pp_autolink from App::PP::Autolink a go. I just tested with the script below. It fails using a plain pp call (in the same way that your call does), but passes with pp_autolink.

use strict; use warnings; use XML::LibXML; print 'done';

Replies are listed 'Best First'.
Re^2: XML::LibXML with pp on windows
by sectokia (Pilgrim) on Dec 16, 2021 at 04:20 UTC

    Thank you!

    pp_autolink built exe works, and pp_autolink shows the missing DLL was:

    c:\strawberry\c\bin\liblzma-5__.dll

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-03-28 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found