Search found 10 matches

by bib1963
Wed Jun 29, 2022 3:33 pm
Forum: MakeMKV for Linux
Topic: Unable to start Cannot find shared library.
Replies: 1
Views: 2770

Re: Unable to start Cannot find shared library.

Late... but...

Run the following 2 commands as root, then retry...
echo "/opt/makemkv/lib" > /etc/ld.so.conf.d/makemkv.conf
ldconfig
by bib1963
Sat Nov 20, 2021 3:00 pm
Forum: MakeMKV for Linux
Topic: "The program can't find any usable optical drives."
Replies: 2
Views: 4243

Re: "The program can't find any usable optical drives."

Permission problem? 'chmod 666 /dev/sr0' ?
by bib1963
Sat Oct 10, 2020 6:52 pm
Forum: MakeMKV for Linux
Topic: Optical Drive not being found
Replies: 113
Views: 299844

Re: Optical Drive not being found

[...] Is your user part of the cdrom group? if you do "ls -l /dev/sr?" you will likely get something like this brw-rw----+ 1 root cdrom 11, 0 Oct 7 19:39 /dev/sr0 brw-rw----+ 1 root cdrom 11, 1 Oct 7 19:38 /dev/sr1 As you can see root is the owner and cdrom is the group (in fedora at leas...
by bib1963
Sun Sep 27, 2020 11:57 am
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20294

Re: 1.15.2 fails to compile

Post "find / -name libQt5Core\*"
by bib1963
Sun Sep 20, 2020 11:35 am
Forum: MakeMKV for Linux
Topic: Please learn how to distribute packages
Replies: 13
Views: 27163

Re: Please learn how to distribute packages

RPMs are available for OpenSuse on Packman. I would assume they would be also available for Redhat.
by bib1963
Sun Sep 20, 2020 11:33 am
Forum: MakeMKV for Linux
Topic: 1.15.2 fails to compile
Replies: 8
Views: 20294

Re: 1.15.2 fails to compile

That should not be difficult for someone to fix.

You do not have the Qt5Core devel libs installed.

On opensuse, it's something like libQt5Core-devel-5.blahblahblah.rpm

If you do have it installed, then I assume you need a '-L' to the directory where is is installed for the linker.
by bib1963
Wed Mar 13, 2019 7:23 pm
Forum: MakeMKV for Linux
Topic: Application Failed to Initialize - finally fixed for me
Replies: 6
Views: 25075

Application Failed to Initialize - finally fixed for me

So, 1.14.* all failed. I have an x64 system, and all 64bit libs on openSuse should be in /usr/lib64 A search for libmakemkv.so.1 found an old 64bit version in /usr/lib. Removing that, as well as libdriveio.so.0 & libmmbd.so.0 in /usr/lib, FINALLY got makemkv to work. It was picking up a version ...
by bib1963
Tue Jan 29, 2019 9:32 pm
Forum: MakeMKV for Linux
Topic: openSUSE Leap 15.0 - Failed to initialize
Replies: 1
Views: 5323

Re: openSUSE Leap 15.0 - Failed to initialize

Ugh... 1.14 is just plain broken for some folk. Seems if you want a working system then download the 1.12.2 bin package and the 1.12.3 oss package from http://www.makemkv.com/download/old/ and install them. Streaming does not work in 1.12.3, but does in 1.12.2, so as the oss package only provides th...
by bib1963
Tue Jan 29, 2019 8:21 pm
Forum: MakeMKV for Linux
Topic: MakeMKV broken after upgrade to Ubuntu 18.04
Replies: 19
Views: 37704

Re: MakeMKV broken after upgrade to Ubuntu 18.04

The problem is with the makemkvcon binary which is not built by you, but is contained in the makemkv-...bin.tar.gz prebuilt. It is linked with .57... PP ~/.MakeMKV$ ldd /usr/bin/makemkvcon | grep avcodec libavcodec.so.57 => /usr/lib64/libavcodec.so.57 (0x00007f3aedc24000) You have to install avcodec...
by bib1963
Wed Jan 23, 2019 9:47 pm
Forum: MakeMKV for Linux
Topic: openSUSE Leap 15.0 - Failed to initialize
Replies: 1
Views: 5323

openSUSE Leap 15.0 - Failed to initialize

Is anyone else able to get makemkv working on the above? Worked fine for years until recently. Doing a ltrace/strace on "makemkvcon info list", suggests the last thing it does is open up ~/.MakeMKV/_private_data.tar, and never gets to access the actual disc, before failing with the line - ...