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

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: