Hello I am new to using both Quelea and Linux based OS like Raspberry Pi OS. I have already enabled snap and its core. But i get this error when i try to run the command:
pi@raspberrypi:~ snap run quelea
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-{PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
sh: 0: Can’t open /snap/quelea/306/jar/launch.sh
I appreciate help and thanks in advance!
Also I have the same error when testing my snap core:
pi@raspberrypi:~ sudo snap install core
snap "core" is already installed, see 'snap help refresh'
pi@raspberrypi:~ snap refresh core
snap “core” has no updates available
pi@raspberrypi:~ snap install hello-world
hello-world 6.4 from Canonical✓ installed
pi@raspberrypi:~ hello-world
ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Hello World!