'plug-in-resynthesizer' not found: Mac Monterey - 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: 'plug-in-resynthesizer' not found: Mac Monterey (/Thread-plug-in-resynthesizer-not-found-Mac-Monterey) |
'plug-in-resynthesizer' not found: Mac Monterey - fridayxiii - 08-23-2022 I'm using GIMP 2.10.31 on MacOS Monterey. I installed the resynthesizes plugin but get an error "'plug-in-resynthesizer' not found" when trying to heal an area. I found a help article that directs users to create a new dynamic link: It turns out that the plugin uses a newer dynamic library than what I have on Catalina. In detail, both resynthesizer and resynthesizer_gui are linked against the dynamic library with the name Code: libintl.9.dylib , but on Catalina I only have the earlier version Code: libintl.8.dylib . Normally I get the opposite problem that software links against outdated older libraries, but in this case it seems to work to simply make a symbolic link to the existing library to pretend this is also a version 9 library. On my system I found Code: libintl.8.dylib in directory Code: /usr/local/lib . Thus, the command to establish that link is: Code: cd /usr/local/lib The problem is that I don't have /usr/local/lib on my Mac I have /usr/lib but when running the last command I get an error "libintl.9.dylib: Operation not permitted" Any ideas how to fix this? TIA RE: 'plug-in-resynthesizer' not found: Mac Monterey - ambimom - 01-10-2023 Same problem. I've searched and searched or a solution. Tried all the suggestions. NONE OF THEM WORK. One of the most useful plugins is now kaput. RE: 'plug-in-resynthesizer' not found: Mac Monterey - Tas_mania - 01-10-2023 You need to be admin or superuser to create links in Linux. Maybe the same for the unix-based MacOS? RE: 'plug-in-resynthesizer' not found: Mac Monterey - Timbre - 04-21-2024 A blended approach from others worked for me. Download and copy files
borrowed from:
|