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

Issue #366 resolved
Ignacio created an issue

I would like to install from source code x265 and this issue appears after install the software and I try to execute the command.

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

I have this library in the next directory: /usr/local/lib/libx265.so.134

I think that it is a silly mistake, any solutions?

Thank you.

Comments (2)

  1. Pradeep Ramachandran Account Deactivated

    Does your LD_LIBRARY_PATH include "/usr/local/lib"? If not, please set with export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib and try linking again.

  2. Log in to comment