Ffmpeg lib52 problem

Support and queries relating to all previous versions of ZoneMinder
Locked
Alan87i
Posts: 116
Joined: Sun Jul 27, 2008 9:58 am

Ffmpeg lib52 problem

Post 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
tibetfreedom
Posts: 163
Joined: Fri Oct 22, 2010 11:21 am

Post 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...
Alan87i
Posts: 116
Joined: Sun Jul 27, 2008 9:58 am

Post by Alan87i »

That was some time ago but I do remember in Ubuntu I used synaptic and forced an older version of ffmpeg.
User avatar
jdhar
Posts: 125
Joined: Fri Oct 01, 2010 9:15 pm
Location: California

Post 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.
eyeZm, Native iPhone App for ZoneMinder: http://www.eyezm.com

Version 1.3 now available on iTunes, introduces Montage view, HTTPS/SSL support and H264 native streaming!

Subscribe to RSS feed for updates: http://www.eyezm.com/rssfeed.xml
Locked