-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Several members of my team (myself included) have been having issues with ghostscript4js on Apple Silicon Macs. Even when installed and configured (symlinked) correctly, we get the message:
dyld[7981]: missing symbol called
I notice that this is not an issue with Ghostscript itself, but I suspect in the linker code between it and NodeJS.
I also notice in the npm postinstall logs that this is logged:
warning: ignoring file /usr/local/lib/libgs.dylib, building for macOS-x86_64 but attempting to link with file built for macOS-arm64
Has anyone else been able to reproduce this?
Metadata
Metadata
Assignees
Labels
No labels