Page 1 of 1

Link to libavcodec.so.55

Posted: Fri May 30, 2014 2:54 pm
by trompette
Hi, I recently updated my Gentoo Linux distribution and makemkv no longer works. It is linked against libavcodec.so.54, a file which no longer exists on my system.
Could you link it against libavcodec.so.55 or libavcodec.so?

Re: Link to libavcodec.so.55

Posted: Fri May 30, 2014 6:43 pm
by Romansh
You need to do this, by rebuilding against the newer libavcodec. MakeMKV has no control over the package or ebuild you may have used.

Re: Link to libavcodec.so.55

Posted: Fri May 30, 2014 10:38 pm
by trompette
I meant the binary package.

Re: Link to libavcodec.so.55

Posted: Sat May 31, 2014 12:24 pm
by Romansh
I didn't think the binary package links against libavcodec, does it really?

Re: Link to libavcodec.so.55

Posted: Sat May 31, 2014 12:35 pm
by trompette
It does.
$ ldd makemkvcon | grep av
libavcodec.so.54 => not found
libavutil.so.52 => /usr/lib64/libavutil.so.52 (0x00007fee53eb0000)
$ ./makemkvcon
./makemkvcon: error while loading shared libraries: libavcodec.so.54: cannot open shared object file: No such file or directory

Re: Link to libavcodec.so.55

Posted: Wed Jun 04, 2014 9:05 am
by mike admin
No, binary package links to libamkemkv which in turn links to libavcodec. ldd shows all libraries, directly linked and dependent.

Re: Link to libavcodec.so.55

Posted: Wed Jun 11, 2014 1:25 pm
by trompette
You are right, I was using an old version of the libraries. You can lock this topic.