Adding Brotli Perl modules for exiftool to find #5013
Unanswered
hsivonen
asked this question in
Everyday usage
Replies: 1 comment 9 replies
-
Maybe try reinstalling pod with |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
When invoking
exiftool
12.70 on a JPEG XL image generated with thecjxl
tool (which compresses metadata with Brotli by default),exiftool
says (among other output):"Install IO::Uncompress::Brotli to decode Brotli-compressed metadata"
Installing the required pod from CPAN to the default location (
/Library/Perl/5.30/darwin-thread-multi-2level/
) does not help. Making a symlink from/opt/homebrew/Cellar/exiftool/12.70/libexec/lib/IO
to/Library/Perl/5.30/darwin-thread-multi-2level/IO
does not help.What's the right way to install the requisite Perl module so that
brew
-installedexiftool
will find it?Beta Was this translation helpful? Give feedback.
All reactions