if you get error below while running "ffmpeg" command,
###
error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory
##
This error usually comes when ldconfig does not know where to search for the libraries.
In redhat/fedora/centos systems, i did the following:
/usr/local/lib
save,
then do
ldconfig
This error usually comes when ldconfig does not know where to search for the libraries.
In redhat/fedora/centos systems, i did the following:
vi /etc/ld.so.conf
inside, put :/usr/local/lib
save,
then do
ldconfig
No comments:
Post a Comment