in reply to Compiling Digest::MD5 looks for Digest/Perl/MD5?
If application is running under the Perl interpreter and using Digest::MD5, then Digest::MD5 is installed and working with the normal Perl interpreter. Is the error happening when building the executable with perl2exe? Or when running the executable? The former implies that something is wrong with the perl2exe install. The later implies that something is wrong with the executable. A good possibility is that perl2exe did not detect that Digest::MD5 was needed and did not include it.
|
|---|