Problem installing Resynthesizer - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: OSX (https://www.gimp-forum.net/Forum-OSX) +---- Thread: Problem installing Resynthesizer (/Thread-Problem-installing-Resynthesizer) |
Problem installing Resynthesizer - mn124700 - 05-28-2023 I'm trying to install Resynthesizer in GIMP 2.10.34 on OSX Ventura. It appears I'm running into a problem with the libintl library. I have libintl.8.dylib installed on my system, but not libintl.9.dylib, and it seems the latter is required. As a workaround (based on a web article), I tried creating a symlink (ln -s libintl.8.dylib libintl.9.dylib), but OSX reports "operation not permitted" (even with sudo). Any suggestions on how to get Resynthesizer working? It sounds like a great package. Thanks, Eric RE: Problem installing Resynthesizer - Ofnuts - 05-28-2023 No reason why the ln -s ... wouldn't be allowed unless this is on a non Unix filesystem? (you can also try to copy it instead of linking it). |