Snap fails to run with GLIBC error

can you show your new snapcraft.yaml ?
(the code is still looking in the hosts /usr/local for things instead of $SNAP/usr or the /usr of the base snap)

1 Like

You may find it here:

Forgot staging required libraries, new try:

I tried targeting as follows:

[–prefix=$SNAP]

When compiilng, this leads to an error:

libtool: error: only absolute run-paths are allowed

[–prefix=usr/]

fails with configure: error: expected an absolute directory name for --prefix: usr

What can I do?

just drop the configflags line completely, snapcraft will DTRT …

Tried that, got the following core dump: