Link to libavcodec.so.55

The place to discuss linux version of MakeMKV
Post Reply
trompette
Posts: 7
Joined: Fri May 30, 2014 2:39 pm

Link to libavcodec.so.55

Post 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?
Romansh
Posts: 873
Joined: Sat Jan 22, 2011 7:09 pm

Re: Link to libavcodec.so.55

Post 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.
trompette
Posts: 7
Joined: Fri May 30, 2014 2:39 pm

Re: Link to libavcodec.so.55

Post by trompette »

I meant the binary package.
Romansh
Posts: 873
Joined: Sat Jan 22, 2011 7:09 pm

Re: Link to libavcodec.so.55

Post by Romansh »

I didn't think the binary package links against libavcodec, does it really?
trompette
Posts: 7
Joined: Fri May 30, 2014 2:39 pm

Re: Link to libavcodec.so.55

Post 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
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Link to libavcodec.so.55

Post by mike admin »

No, binary package links to libamkemkv which in turn links to libavcodec. ldd shows all libraries, directly linked and dependent.
trompette
Posts: 7
Joined: Fri May 30, 2014 2:39 pm

Re: Link to libavcodec.so.55

Post by trompette »

You are right, I was using an old version of the libraries. You can lock this topic.
Post Reply