The place to discuss linux version of MakeMKV
-
Kebast
- Posts: 8
- Joined: Wed May 07, 2014 7:37 pm
Post
by Kebast » Wed May 07, 2014 7:45 pm
When trying to run MakeMKV 1.8.10 on Ubuntu 14.04 I get the following error:
Code: Select all
/usr/bin$ ./makemkv
/usr/bin/makemkvcon: error while loading shared libraries: libavcodec.so.53: cannot open shared object file: No such file or directory
Has anyone worked around this? I tried building with the latest version of ffmpeg, but nothing changed.
-
Biqueto
- Posts: 1
- Joined: Thu May 08, 2014 3:10 pm
Post
by Biqueto » Thu May 08, 2014 3:16 pm
Yes. Same error with my makemkv perfectly working until I've upgraded my linux to the 14.04 version this morning.
-
kevmitch
- Posts: 72
- Joined: Mon Mar 11, 2013 6:35 am
Post
by kevmitch » Fri May 09, 2014 1:29 am
You will definitely need to recompile makemkv against all your new librairies if you upgrade your distribution. Fortunatley, that should be all that's required.
-
Kebast
- Posts: 8
- Joined: Wed May 07, 2014 7:37 pm
Post
by Kebast » Fri May 09, 2014 2:47 pm
This was a new install of 14.04. I did compile 1.8.10 with the most current version of ffmpeg as detailed
Here
Is there a way to force makemkv to use the new libavcodec 54?
-
Kebast
- Posts: 8
- Joined: Wed May 07, 2014 7:37 pm
Post
by Kebast » Fri May 09, 2014 2:50 pm
Oops, guess any post with a link has to be approved.
Was a new install of 14.04, built makemkv as normal using the most current version of ffmpeg.
Any way force makemkv to use the newest libavcodec 54.
-
Chewi
- Posts: 22
- Joined: Sun May 11, 2014 9:24 am
- Location: Edinburgh, Scotland
Post
by Chewi » Sun May 11, 2014 2:14 pm
kevmitch is right. I'm not a Ubuntu user but only the open source parts link against libavcodec and it won't be tied to a specific version. It wouldn't mention libavcodec.so.53 if it hadn't picked it up somewhere while building. Search your system for any instances of it.
-
Kebast
- Posts: 8
- Joined: Wed May 07, 2014 7:37 pm
Post
by Kebast » Sun May 11, 2014 3:37 pm
Well, like I said, it's a brand new install, and version 53 isn't even available for Ubuntu 14.04. Guess I'll try again, but not sure where to go from here.
-
Kebast
- Posts: 8
- Joined: Wed May 07, 2014 7:37 pm
Post
by Kebast » Sun May 11, 2014 4:05 pm
I built again WITHOUT using the latest version of ffmpeg and now it works. There was also a system update today to many of the libav packages. Guess one of those two changes fixed the problem
.
-
sirrab
- Posts: 8
- Joined: Wed May 14, 2014 10:57 pm
Post
by sirrab » Wed May 14, 2014 11:02 pm
Is there an easy way to make Ubuntu 14.04 and makemkv work together? I have tried recompiling it, to no avail. Thanks!
-
ZekeRage
- Posts: 2
- Joined: Mon May 19, 2014 7:30 pm
Post
by ZekeRage » Mon May 19, 2014 7:34 pm
Kebast wrote:I built again WITHOUT using the latest version of ffmpeg and now it works. There was also a system update today to many of the libav packages. Guess one of those two changes fixed the problem
.
Kebast, I'm having the exact same issue here. Could you clarify what you mean by compiling without using ffmpeg? Thanks!
-
ZekeRage
- Posts: 2
- Joined: Mon May 19, 2014 7:30 pm
Post
by ZekeRage » Mon May 19, 2014 7:59 pm
Nevermind, I was able to compile. Turns out I had to redownload the oss and bin files. Apparently, copying them over from another drive is a no no.