Search found 1 match

by zombienifty
Sun Oct 21, 2012 1:47 pm
Forum: MakeMKV for Linux
Topic: Version 1.7.8 Needs Newer glibc
Replies: 18
Views: 49087

Re: Version 1.7.8 Needs Newer glibc

Here is how I got glibc-2.16 installed/built on my Fedora 14 machine, and getting MakeMKV to work.

First, get glibc-2.26

git clone git://sourceware.org/git/glibc.git

cd glibc

git checkout --track -b local_glibc-2.16 origin/release/2.16/master

That will download it to “glibc”

Now you need to ...