in reply to How to install Compress::Stream::Zstd in Strawberry Perl?
This place is fantastic, as are the people who contribute! No wonder Perl continues to be my preferred language. I just wanted to describe the final solution that I ended up using, for anyone else who need this help.
Shout outs for:
$ perl -MCPAN -e shell cpan> install Alien::Zstd
c:/Strawberry/perl/site/lib/auto/share/dist/Alien-zstd/lib/libzstd.a
cpan> install Compress::Stream::Zstd ... The system cannot find the file specified -or- Cannot find ext/zstd/lib/libzstd.a: No such file or directory -or- Something similar
c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0
$ copy c:/Strawberry/perl/site/lib/auto/share/dist/Alien-zstd/lib/libz +std.a c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0/ext/zstd/ +lib
$ cd c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0 $ perl ./Build.PL $ ./Build $ ./Build test $ ./Build install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOLUTION: How to install Compress::Stream::Zstd in Strawberry Perl?
by swl (Prior) on Mar 08, 2025 at 06:25 UTC |