felx / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

av_get_sample_fmt_string error #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. configure as per file
2. run "make", completes without error
3. run "./ffmbc"

What is the expected output? What do you see instead?
fails to tun, outputs:
"./ffmbc: relocation error: ./ffmbc: symbol av_get_sample_fmt_string, version 
LIBAVUTIL_50 not defined in file libavutil.so.50 with link time reference"

What version of the product are you using? On what operating system?
ffmbc 0.6 compiling on 64-bit Ubuntu 11.04

Please provide any additional information below:

- Full commandline run (with -v 3) and everything the program printed

./ffmbc: relocation error: ./ffmbc: symbol av_get_sample_fmt_string, version 
LIBAVUTIL_50 not defined in file libavutil.so.50 with link time reference

Original issue reported on code.google.com by cy.thomp...@googlemail.com on 18 Aug 2011 at 8:52

Attachments:

GoogleCodeExporter commented 8 years ago
Delete your old libraries in /usr/lib or /usr/local/lib

Original comment by baptiste...@gmail.com on 18 Aug 2011 at 9:13

GoogleCodeExporter commented 8 years ago
Doesn't help.  If you update libavutil to the latest version 
(libavformat.so.51) then you get:

./ffmbc: error while loading shared libraries: libavutil.so.50: cannot open 
shared object file: No such file or directory

Original comment by cy.thomp...@googlemail.com on 18 Aug 2011 at 9:57