Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FFmpeg error loading shared libraries libx265.so.113

I recently installed libx265, I dont know what happened, but when I execute ffmpeg command I got this error :

 ffmpeg: error while loading shared libraries: libx265.so.113: cannot open shared object file: No such file or directory

I google it but got nothing specific about it.

I also executed this command: ldd $(which ffmpeg) and got the following output:

linux-vdso.so.1 =>  (0x00007ffd147e7000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1cea052000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f1ce9e30000)
libxcb-xfixes.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0 (0x00007f1ce9c27000)
libxcb-shape.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-shape.so.0 (0x00007f1ce9a23000)
libasound.so.2 => /usr/lib/x86_64-linux-gnu/libasound.so.2 (0x00007f1ce9723000)
libx265.so.113 => not found
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1ce9419000)
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f1ce91f7000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f1ce8fdc000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1ce8dbf000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1ce89f6000)
/lib64/ld-linux-x86-64.so.2 (0x0000559e03a1d000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f1ce87f1000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f1ce85eb000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1ce83e3000)

Could someone help me?

like image 663
asendjasni Avatar asked Oct 14 '25 04:10

asendjasni


1 Answers

I solved this problem just. it It took half a day.

move the libx265.so.151 to the system so dir. the target is despend to you system

it will work on my linux :

cp libx265.so.151 /lib64/

from you ldd result,may be you should:

 cp libx265.so.151  /lib/
like image 146
Jango Liang Avatar answered Oct 17 '25 10:10

Jango Liang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!