Error While installing FFMPEG on CentOS server “ffmpeg: error while loading shared libraries: libavdevice.so.52:”
After installing FFMPEG on one of my client server, I faced following error :
Error :
=========================================================================================root@ip[~]# ffmpegffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory
=========================================================================================
Solution :
Solution on the issue is very simple as follows, Just change your library path by running below command :
=========================================================================================root@ip[~]#
root@ip[~]# export LD_LIBRARY_PATH=/usr/local/lib/
=========================================================================================
Its done!!!!! Cheers!!!!
Leave a Reply