Hello!
I am trying to get the same installation patch to run on two different Mac computers. I am running into a problem with Else that I haven't seen before:

Computer 1: is Mac M1 with Sequoia 15.3.2; running Pd 0.54.1; Else is located in 'Users/username/Library/Pd/else'; this path is added to path menu but not startup menu and all functions as expected

However with Computer 2 I get this error:
/Users/administrator/Documents/Pd/externals/else/else.darwin-fat-32.so:dlopen(/Users/administrator/Documents/Pd/externals/else/else.darwin-fat-32.so, 0x000A): symbol not found in flat namespace '_glist_findrtext'

Computer 2: Mac M4 Pro with Sequoia 15.3.2; running Pd 0.56-0 (however it was running Pd 0.55 before with same situation); for some reason when I install Else from Deken it creates a folder in this directory for else, so else resides here: /Users/administrator/Documents/Pd/externals/else;
I have added this to the path preferences in Pd and the startup preferences but the error is the same
I have also tried moving Else to the Library folder where the rest of my externals are: Users/administrator/Library/Pd/externals/else or Users/administrator/Library/Pd/else and adding that directory to the preferences, but the issue persists with the error similar to that above.

Could someone advise me what I can do to fix this? I have already tried wiping Pd from this machine and starting from a clean install.

Thanks in advance!
J