- Make sure openssl is installed
- Download Alien::LibXMLSec (it's not on CPAN)
- Unzip it & change to dir
- perl Makefile.PL
- PKG_CONFIG_PATH=/usr/local/Cellar/openssl@1.1/1.1.1k/lib/pkgconfig make
- make
- make install
Note: To get the Makefile.PL to run (i.e. step 3½), you may also need to:
- git clone Alien::Build from its git repo
- do a `dzil build` on that
- then set the PERL5LIB to point to the built instance of Alien::Build
- ...and also make sure its deps are in PERL5LIB.