in reply to Re^2: Dynaloader not loading LibXML
in thread Dynaloader not loading LibXML
Thanks - the command line doesn't give any output (am I supposed to replace the ... with something? Apologies if I'm being stupid)
The output is in the .txt file, you're supposed to replace the ...perl.exe... parts with the program you run,
if you run perl.exe foo.pl
then the command you run is depends.exe /c /f:1 /pb /ot:temp.txt perl.exe foo.pl
when in doubt use absolute/full paths (C:\perl\bin\perl.exe or whatever)
depends.exe will tell you what .exe/.dll is loading what .exe/.dll and which one is failing and why
if its not clear why/what then post the contents of temp.txt here inside code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Dynaloader not loading LibXML
by domglennon (Novice) on Apr 27, 2016 at 12:53 UTC | |
by Anonymous Monk on Apr 28, 2016 at 22:21 UTC |