StarRuler2-Source
StarRuler2-Source copied to clipboard
Unable to run Snap of StarRuler 2
I am using the version of Star Ruler 2 installed from the Snap Store and when I try and run it, I get the following output:
❯ starruler2
chmod: changing permissions of './bin/lin64/StarRuler2.bin': Read-only file system
./bin/lin64/StarRuler2.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLdispatch.so.0)
./bin/lin64/StarRuler2.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLX.so.0)
I am running Ubuntu 22.04
How should I fix this?
You may have more luck asking for help on the snap Github page https://github.com/diddlesnaps/starruler2
It will probably help if you remove the chmod calls in the script that is called. For example by running:
sed -i -e '/.*chmod.*/d' StarRuler2.sh