Code: Select all
02/13/09 14:50:24.187448 zmpkg[12705].ERR [Unable to run "/usr/local/bin/zmfix", output is ""]
Code: Select all
zmfix: symbol lookup error: /usr/local/lib/libavcodec.so.52: undefined symbol: av_gcd
Any tips?[/code]
Code: Select all
02/13/09 14:50:24.187448 zmpkg[12705].ERR [Unable to run "/usr/local/bin/zmfix", output is ""]
Code: Select all
zmfix: symbol lookup error: /usr/local/lib/libavcodec.so.52: undefined symbol: av_gcd
Yup.. Apparently for some stupid reason any given ubuntu install may or may not (??) have /usr/local/lib included in /etc/ld.so.conf so try this ---freak wrote:Any tips?
nuck wrote:Yup.. Apparently for some stupid reason any given ubuntu install may or may not (??) have /usr/local/lib included in /etc/ld.so.conf so try this ---freak wrote:Any tips?
$ cat /etc/ld.so.conf
if `/usr/local/lib` is not in the file, add it
$ echo "/usr/local/lib" >> /etc/ld.so.conf
and then run
$ ldconfig
and see if that helps.
Run ldconfig anyway since make install with ffmpeg may not be doing it either.
That will update the databases. I'm not so sure about fixing unresolved symbol (library issues).souverain wrote:Had the same or similar issue. Tried the suggestions here without any change, but
zmupdate.pl -f
resolved the issue.
-S