biber
biber copied to clipboard
Biber crashes on MacOS 12.6.8/MacTex-2023
I am using MacTex-2023 on a M1 MacBookPro running MacOS Monterey 12.6.8.
Invoking biber 2.19 with any options (even biber --version
or biber --help
) fails with the following error message:
Compress::Raw::Zlib object version 2.105 does not match bootstrap parameter 2.202 at /loader/HASH(0x147918428)/Compress/Raw/Zlib.pm line 140.
Compilation failed in require at /loader/HASH(0x1478f8fb0)/Archive/Zip.pm line 9.
BEGIN failed--compilation aborted at /loader/HASH(0x1478f8fb0)/Archive/Zip.pm line 9.
Compilation failed in require at -e line 157.
Right now I am working around this by using a 3.18 binary from SourceForge, which works correctly.