Closed vorg closed 5 years ago
Do you have Homebrew installed? Seems like this is an issue with Homebrew doing some weird symlink stuff.
Try this during install:
$ DYLD_LIBRARY_PATH=/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/ cargo install tumblr-likes
Alternatively, you could do the things listed here, but that might break things for whatever Homebrew packages are depending on libjpeg
.
I'm getting the following error (among others that follow) when trying to install on osx via
cargo install tumblr-likes
From googling it seems to be
cargo
problem but not sure how to fix it.