Intel Mac on OS 14.3 Getting Error: Jcupitt\Vips\FFI::libraryLoad(): Return value must be of type FFI, none returned
johnvoncolln opened this issue · 0 comments
johnvoncolln commented
I've got Vips installed, FFI set to true and getting this error. Done some research and have a solution for those who may hav a similar issue.
For whatever reason, homebrew has set the library path now to /usr/local/Cellar instead of /opt/homebrew/lib
My solution was to add /usr/local/Cellar to $PATH. I did this by opening my zsh profile and adding it to the PATH variable and now it works.
Hope this helps