Adam Hupp
Adam Hupp
Ah I see, the error just mentioned the version of the binary so I assumed it had to be exact. Then killing off the old one (iff the binary on...
Could you share more information; platform, how you installed it, the error you're seeing, what you've tried to debug already?
I'm not following the issue. What would the fix look like?
This is most likely the underlying libmagic libary.
What does this report? file --mime-type
@eumiro I commented there. Looks like maybe the magic db didn't set the mimetype for this new format. But might be fixed in a newer version.
If you set this in your environment: export DYLD_LIBRARY_PATH=$HOME/.brew/lib does that solve the problem? I'm hoping to move away from lots of platform-specific lib search paths, and for this one...
@manvento What are the contents of ~/.brew/lib? If libmagic does not appear there, does it appear after running `brew link libmagic`? In the next breaking change I'd like to remove...
I did test and DYLD_LIBRARY_PATH worked, but according to this thread it can be stripped unpredictably: https://github.com/Homebrew/brew/issues/13481#issuecomment-1168598570 I guess the solution then would be to run `brew --prefix` at import...
Ok, that looks good. Thanks! I'm not in front of a Mac right now but will give it some more testing when I get home.