`LIBAVUTIL_49' not found

11 views
Skip to first unread message

Rekveld

unread,
Mar 26, 2011, 7:41:32 PM3/26/11
to pyffmpeg
Hi group,

I've just installed pyffmpeg-2.0
and I had this error:

>>> import pyffmpeg
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: libavutil.so.49: cannot open shared object file: No such
file or directory

I have libavutil.so.50 installed, so i made a symlink:
sudo ln -s libavutil.so.50 libavutil.so.49

but pyffmpeg is not easy to fool, now I get:

>>> import pyffmpeg
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: /usr/lib/libavutil.so.49: version `LIBAVUTIL_49' not
found (required by /usr/local/lib/python2.6/dist-packages/pyffmpeg.so)

what can I do ? I tried to install libavutil.so.49 via apt-get, but
that seems to be impossible. And I am not sure it is even possible to
have two versions side-by-side.
I'm on Ubuntu 10.10 and any advice is very welcome !!

ciao,

Joost.

Rekveld

unread,
Mar 26, 2011, 7:50:24 PM3/26/11
to pyffmpeg

apologies for the noise, I overlooked that 2.1 is the latest
version....

SOLVED

ciao,

Joost.
Reply all
Reply to author
Forward
0 new messages