Search found 22 matches

by Zirias
Thu May 02, 2019 2:03 pm
Forum: MakeMKV for Linux
Topic: GLIBC_2.28 not found on Ubuntu
Replies: 9
Views: 30940

Re: GLIBC_2.28 not found on Ubuntu

Just a hint, almost every Makefile includes a "clean" target, so all you have to do is start with "make clean" before you rebuild.
by Zirias
Thu May 02, 2019 10:04 am
Forum: MakeMKV for Linux
Topic: GLIBC_2.28 not found on Ubuntu
Replies: 9
Views: 30940

Re: GLIBC_2.28 not found on Ubuntu

libmakemkv.so.1 is a library built from the "makemkv-oss" source package. So the situation you're seeing here is impossible if you built and installed makemkv-oss on the same machine you're trying to run makemkv (without having some newer GLIBC in some non-standard path and setting strange...
by Zirias
Thu May 02, 2019 9:43 am
Forum: MakeMKV for Linux
Topic: FreeBSD with Linux compatibility: makemkvcon works, but not in guiserver mode
Replies: 1
Views: 6894

FreeBSD with Linux compatibility: makemkvcon works, but not in guiserver mode

I'm trying to create a fully working port of MakeMKV on FreeBSD. As long as there is no "makemkvcon" binary for FreeBSD available, the way to go is to use the Linux version with FreeBSD's Linux compatibility layer, therefore I'm asking here in the Linux subforum. For reference, here's my o...
by Zirias
Wed May 01, 2019 12:40 pm
Forum: General MakeMKV discussion
Topic: MakeMKV on FreeBSD
Replies: 20
Views: 42136

Re: MakeMKV on FreeBSD

Found out now that it's makemkvcon itself searching for the drive in sysfs, so some trickery will be needed for FreeBSD. Anyways, I found a way to build MakeMKV on FreeBSD without using a jail or a VM and at least it works without GUI. For everyone who wants to give it a try, I wrote a HOWTO on the ...
by Zirias
Mon Apr 29, 2019 6:03 am
Forum: General MakeMKV discussion
Topic: MakeMKV on FreeBSD
Replies: 20
Views: 42136

Re: MakeMKV on FreeBSD

I have an idea now: makemkvcon links to libmakemkv.so, which is built from source, correct? Does this also include the code for communicating with the drive? I this case, a fully working port should be doable! makemkvcon would still need to run with FreeBSD's Linux emulation as long as there's no of...
by Zirias
Sat Apr 27, 2019 10:55 am
Forum: General MakeMKV discussion
Topic: MakeMKV on FreeBSD
Replies: 20
Views: 42136

Re: MakeMKV on FreeBSD

I made some progress, makemkvcon DOES run on FreeBSD now, but it was quite complicated to get there. For the full description, see my thread over at FreeBSD forums . In short, makemkvcon expects to find drive information in /sys/bus/scsi (which isn't there on FreeBSD's sysfs emulation) and wants to ...
by Zirias
Mon Apr 22, 2019 3:39 pm
Forum: General MakeMKV discussion
Topic: MakeMKV on FreeBSD
Replies: 20
Views: 42136

Re: MakeMKV on FreeBSD

The "port" uses the "core" makemkvcon component run under the linux compatibility layer, therefore it is not possible to run the application without it. I wonder how you got this running, or maybe something changed in makemkvcon meanwhile ... I tried a lot today and finally got ...