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?
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 calledI 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-arm64Has anyone else been able to reproduce this?