webp-convert icon indicating copy to clipboard operation
webp-convert copied to clipboard

cwebp1.2.0 errors (GLIBC_2.29 not found)

Open rosell-dk opened this issue 3 years ago • 1 comments

On some systems, executing the cwebp 1.2.0 binary results in this error: Error: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found`

It is probably because the binary have dependencies to a newer libc version that what is installed on that system.

It is not a big problem, as cwebp 1.10 is also distributed with webp-convert, and webp-convert automatically reverts to that version when 1.2.0 cannot be run. However: It would be better if the newest version of cwebp worked on more platforms. Is there a way we can fix this? For example by providing a statically linked executable ?

rosell-dk avatar May 10 '21 09:05 rosell-dk

Others having the same problem: https://github.com/justdan96/tsmuxer_build/issues/1

rosell-dk avatar May 10 '21 09:05 rosell-dk