Re: [FFmpeg-user] FFMPEG Symbol Lookup Error

2018-09-18 Thread Abhijit Nathwani
Tried that. No good. abhijit@AHMCPU2092:~$ sudo ldconfig [sudo] password for abhijit: /sbin/ldconfig.real: /usr/lib/libgraph.so.1 is not a symbolic link abhijit@AHMCPU2092:~$ ffmpeg ffmpeg: symbol lookup error: /usr/lib/x86_64-linux-gnu/libavcodec.so.57: undefined symbol:

Re: [FFmpeg-user] FFMPEG Symbol Lookup Error

2018-09-18 Thread DopeLabs
try running $ sudo ldconfig open a fresh shell session and try ffmpeg again. > On Sep 18, 2018, at 6:44 56AM, Abhijit Nathwani > wrote: > > Hi, > > I installed FFMPEG v3.4.4 via apt-get on Ubuntu 16.04 and on running it, > I'm facing the symbol lookup error while running it. > >

[FFmpeg-user] FFMPEG Symbol Lookup Error

2018-09-18 Thread Abhijit Nathwani
Hi, I installed FFMPEG v3.4.4 via apt-get on Ubuntu 16.04 and on running it, I'm facing the symbol lookup error while running it. abhijit@AHMCPU2092:~$ ffmpeg ffmpeg: symbol lookup error: /usr/lib/x86_64-linux-gnu/libavcodec.so.57: undefined symbol: opus_multistream_surround_encoder_create I