Help with an issue on MacOS
[email protected] (Fernando Santagata) Mon, 20 Oct 2025 08:59:43 +0200
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <CAJ+jyGhB=vaHF8pPE_OhueX1HzNF+4AHopn5Eanc3sx=6vOosQ@mail.gmail.com> |
Hello,
Is there anyone using Archive::Libarchive on MacOS?
A person opened an issue on that module about the way I look for the C
library, libarchive:
https://github.com/frithnanth/perl6-Archive-Libarchive/issues/16
(Actually this should have been about Archive::Libarchive::Raw, not
Archive::Libarchive)
Right now I use this line of code to locate the library:
constant LIB = ('archive', v13);
Since I have no MacOS computer to test a different approach, I'd like to
know whether this is enough to locate a library on MacOS, and the problem
is that person's installation or I need to treat MacOS installation process
in a different way.
Have you had any installation problems with this module?
Thank you!
--
Fernando Santagata