Yes, this will be my backup plan.

However, I was able to get the module successfully installed and working on my development machine (Mac-Mini). Hmmm...

A search for the missing windows 10 library reveals the following on the Mac (with checksums):

54918 702 ~/.cpan/build/Compress-Zstd-0.20-0/ext/zstd/lib/libzstd.a 14207 788 ~/.cpan/build/Compress-Stream-Zstd-0.206-0/ext/zstd/lib/obj/ +conf_bd2d977386eb0c0c4c6c1128107e0a49/static/libzstd.a 14207 788 ~/.cpan/build/Compress-Stream-Zstd-0.206-0/ext/zstd/lib/libz +std.a 47868 821 /opt/homebrew/Cellar/zstd/1.5.2/lib/libzstd.a
Clearly I first used homebrew to download the zstd command, but I don't know if CPAN was smart enough to find libzstd.a there and use that one. Since the checksums are different I'm guessing that CPAN built its own libzstd.a.

So then why didn't windows build its own libzstd.a as well??


In reply to Re^2: How to install Compress::Stream::Zstd in Strawberry Perl? by cmv
in thread How to install Compress::Stream::Zstd in Strawberry Perl? by cmv

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.