Re: Par with strawberry-Perl
Roderich Schupp <[email protected]> Sat, 25 Apr 2020 12:51:32 +0200
| Newsgroups | gmane.comp.lang.perl.par |
|---|---|
| Message-ID | <CAC9r9zbEfE89Aoigw85a2mFZwuoqiOvqemh_LUVnxtmT+4gBjQ@mail.gmail.com> |
On Sat, Apr 25, 2020 at 1:44 AM Shawn Laffan <[email protected]> wrote: > There are likely missing DLLs that need to be added to the pp call using > the --link option. > > For Net::SSH2 these DLLs are probably: - libssh2*.dll - libz*.dll - libgcrypt*.dll - libgpg-error*.dll The last two may be different if the cryptography backend used by libssh2*.dll was something other than Libgcrypt (e.g. OpenSSL or mbedTLS). But I recommend Shawn's pp_autolink to save you the work to transitively check for DLL dependencies. Cheers, Roderich