Skip to content

Libraries not found #593

Description

@wellinton-capixaba

When I try to run ffmpeg from ffmpeg-master-latest-linux64-gpl.tar

I receive:

./ffmpeg: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory

When running ldd on the executable I receive:

./ffmpeg: /lib64/libm.so.6: version GLIBC_2.27' not found (required by ./ffmpeg)
./ffmpeg: /lib64/libpthread.so.0: version GLIBC_2.28' not found (required by ./ffmpeg) ./ffmpeg: /lib64/libc.so.6: version GLIBC_2.26' not found (required by ./ffmpeg)
./ffmpeg: /lib64/libc.so.6: version GLIBC_2.27' not found (required by ./ffmpeg) ./ffmpeg: /lib64/libc.so.6: version GLIBC_2.28' not found (required by ./ffmpeg)
./ffmpeg: /lib64/libc.so.6: version GLIBC_2.25' not found (required by ./ffmpeg) linux-vdso.so.1 (0x00007fff9c9ff000) libm.so.6 => /lib64/libm.so.6 (0x00007f323170f000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f323150b000) librt.so.1 => /lib64/librt.so.1 (0x00007f3231303000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f32310e5000) libc.so.6 => /lib64/libc.so.6 (0x00007f3230d35000) /lib64/ld-linux-x86-64.so.2 (0x00007f3231a14000) libmvec.so.1 => not found libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f3230b1e000

I thought this was supposed to be a static ffmpeg?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions