You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error relocating .//libavfilter.so.8: __finitef: symbol not found
Error relocating .//libavfilter.so.8: __isnan: symbol not found
Error relocating .//libavfilter.so.8: __isinff: symbol not found
Error relocating .//libavfilter.so.8: __finite: symbol not found
Error relocating .//libavfilter.so.8: __isnanf: symbol not found
Error relocating .//libavfilter.so.8: __isinf: symbol not found
Error relocating .//libavformat.so.59: __strdup: symbol not found
Error relocating .//libavformat.so.59: makecontext: symbol not found
Error relocating .//libavformat.so.59: setcontext: symbol not found
Error relocating .//libavformat.so.59: getcontext: symbol not found
Error relocating .//libavformat.so.59: __isnan: symbol not found
Error relocating .//libavformat.so.59: __finite: symbol not found
Error relocating .//libavformat.so.59: __isinf: symbol not found
Error relocating .//libavcodec.so.59: __finitef: symbol not found
Error relocating .//libavcodec.so.59: __isnan: symbol not found
Error relocating .//libavcodec.so.59: __isinff: symbol not found
Error relocating .//libavcodec.so.59: __finite: symbol not found
Error relocating .//libavcodec.so.59: __isnanf: symbol not found
Error relocating .//libswscale.so.6: __isnan: symbol not found
Error relocating .//libavutil.so.57: __isnan: symbol not found
Error relocating .//libavutil.so.57: __isinf: symbol not found
Error relocating .//libva.so.1: __snprintf_chk: symbol not found
Error relocating .//libva.so.1: __vfprintf_chk: symbol not found
Error relocating .//libva.so.1: __strtok_r: symbol not found
Error relocating .//libva.so.1: __strdup: symbol not found
Error relocating .//libva.so.1: __vsnprintf_chk: symbol not found
Error relocating .//libva.so.1: __fprintf_chk: symbol not found
Error relocating .//libva.so.1: __sprintf_chk: symbol not found
Error relocating .//libva-drm.so.1: __snprintf_chk: symbol not found
Error relocating .//libva-drm.so.1: __strdup: symbol not found
Error relocating .//libva-drm.so.1: __fprintf_chk: symbol not found
Error relocating .//libdrm.so.2: __snprintf_chk: symbol not found
Error relocating .//libdrm.so.2: __vfprintf_chk: symbol not found
Error relocating .//libdrm.so.2: __strdup: symbol not found
Error relocating .//libdrm.so.2: __strndup: symbol not found
Error relocating .//libdrm.so.2: __vasprintf_chk: symbol not found
Error relocating .//libdrm.so.2: __printf_chk: symbol not found
Error relocating .//libdrm.so.2: __fprintf_chk: symbol not found
Error relocating .//libdrm.so.2: __sprintf_chk: symbol not found
Since alpine uses musl libc instead of glibc. It's working on centos/debian docker containers. Is there plan to port it and add a new build support?
The text was updated successfully, but these errors were encountered:
yjqg6666
changed the title
Any plan to support ffmpeg on alpine(musl libc)?
[ffmpeg]: Any plan to support alpine(musl libc)?
Jan 8, 2023
state the issue
Is there any plan to support org.bytedeco:ffmpeg on alpine? I have searched on the issues and haven't found any related one.
I have verified using the latest alpine(3.17.0) and ffmpeg jar.
how to produce the issue
And ffmpeg got the error "/bin/sh: ./ffmpeg: not found".
Since alpine uses musl libc instead of glibc. It's working on centos/debian docker containers. Is there plan to port it and add a new build support?
The text was updated successfully, but these errors were encountered: