in reply to Re^5: Can't locate loadable module error for XML::LibXSLT on Strawberry Perl
in thread Can't locate loadable module error for XML::LibXSLT on Strawberry Perl
This works for me using the latest, PAR: 1.002 PAR::Packer: 1.006.
Then after unzip -d foo a.exe you can see all the packed files, but i'll just show the dlls so you can see pp does the correct thing with little helppp -M XML::LibXML -M XML::LibXSLT -l libgcc_s_sjlj-1.dll -l libxml2-2 +_.dll -l libiconv-2_.dll -l libz_.dll -l libexslt-0_.dll -l libxslt-1 +_.dll -e "print $_,$/ for keys %INC"
$ findrule foo -file -name ( *dll ) foo/lib/auto/attributes/attributes.dll foo/lib/auto/B/B.dll foo/lib/auto/Cwd/Cwd.dll foo/lib/auto/Data/Dumper/Dumper.dll foo/lib/auto/Fcntl/Fcntl.dll foo/lib/auto/File/Glob/Glob.dll foo/lib/auto/IO/IO.dll foo/lib/auto/List/Util/Util.dll foo/lib/auto/Math/BigInt/FastCalc/FastCalc.dll foo/lib/auto/Math/BigInt/GMP/GMP.dll foo/lib/auto/mro/mro.dll foo/lib/auto/re/re.dll foo/lib/auto/Socket/Socket.dll foo/lib/auto/threads/threads.dll foo/lib/auto/threads/shared/shared.dll foo/lib/auto/Win32/Win32.dll foo/lib/auto/Win32API/File/File.dll foo/lib/auto/XML/LibXML/LibXML.dll foo/lib/auto/XML/LibXSLT/LibXSLT.xs.dll foo/shlib/MSWin32-x86-multi-thread/libexslt-0_.dll foo/shlib/MSWin32-x86-multi-thread/libgcc_s_sjlj-1.dll foo/shlib/MSWin32-x86-multi-thread/libiconv-2_.dll foo/shlib/MSWin32-x86-multi-thread/libxml2-2_.dll foo/shlib/MSWin32-x86-multi-thread/libxslt-1_.dll foo/shlib/MSWin32-x86-multi-thread/libz_.dll
|
|---|