rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
580 stars 102 forks source link

cwebp1.2.0 errors (GLIBC_2.29 not found) #278

Open rosell-dk opened 3 years ago

rosell-dk commented 3 years ago

On some systems, executing the cwebp 1.2.0 binary results in this error: Error: /lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_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 commented 3 years ago

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