Page 1 of 1
Ffmpeg lib52 problem
Posted: Mon Aug 23, 2010 2:33 pm
by Alan87i
Code: Select all
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavformat.so.52: no version information available (required by /usr/local/bin/ffmpeg)
/usr/local/bin/ffmpeg: /usr/lib/i686/cmov/libavformat.so.52: no version information available (required by /usr/local/lib/libavdevice.so.52)
/usr/local/bin/ffmpeg: relocation error: /usr/local/bin/ffmpeg: symbol avformat_alloc_context, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
This is from the log in an event folder after trying to generate a video.
Anyone have a clue as to what's going on?
Thanks
Allan
Posted: Sat Dec 11, 2010 11:42 pm
by tibetfreedom
Did you ever resolve this ?
I have now installed debian 8 times and tried installing ffmpeg with x264 over 100 times with no succes...
Posted: Sun Dec 12, 2010 3:10 am
by Alan87i
That was some time ago but I do remember in Ubuntu I used synaptic and forced an older version of ffmpeg.
Posted: Wed Dec 29, 2010 9:18 pm
by jdhar
fwiw, most issues I have seen like this are due to ffmpeg being compiled expecting a diff. version of libav*. Building ffmpeg from source and removing the existing libav* libraries tends to resolve this.