I just updated to Mac OS Big Sur over the weekend and am now unable to run geoserver.
I downloaded a fresh copy of the stable 2.18 version and tried that as well - no dice.
I am using openJDK 11 for this.
dlopen(libIOKit.dylib, 9): image not found is the error I’m getting
I’m wondering if anyone else has this problem or has solved this issue on Big Sur. It sounds like Apple has moved dynamic libraries to a shared cache, but it also seems like dlopen() is supposed to be able to find them there.
This is unfamiliar territory for me, but thought I’d put this out there in case someone knows a fix. Maybe this is something that needs to be fixed by using a later version of Java or maybe this is something Apple has screwed up.
Or maybe it’s just me.
Thanks!