Subject: | Prima and Compress::Zlib on Win32 |
Windows 2000, ActiveState Perl 5.6.1 b631
Whenever you try to use Archive::Zip module with Prima, Prima fails to load with the error "The ordinal 10 could not be located in the dynamic library zlib.dll".
Archive::Zip uses Compress:Zlib that has automatically loads c:\Perl\site\lib\auto\Compress\Zlib\Zlib.dll.
Since Prima tries to load the Win32 compiled zlib.dll (and Win can't do sensitive case) it starts using the Zlib.dll from Compress:Zlib instead and fails.
Let me know if there are any workaround to load the module properly under Prima.
Regards Alfred