Page 1 of 1

Can't install makemkv 1.8.10 on debian

Posted: Sun Jun 01, 2014 9:07 am
by BigChris
I receive two errors, while in try ./configure in makemkv-oss

Code: Select all

root@christian-produktiv:/home/christian/home/makemkv-oss-1.8.10# ./configure 
./configure: line 2145: config.log: Permission denied
./configure: line 2155: config.log: Permission denied

The second error, there is no ./configure in make-mkv-bin-1.8.10

Re: Can't install makemkv 1.8.10 on debian

Posted: Mon Jun 02, 2014 7:44 am
by gellis
That's a little strange, as you're root so you SHOULD be allowed to change the file, unless an extended attribute has been set, but it shouldn't have been as its just from the zip file!

the bin doesn't have a configure file, just do make, accept the agreement, then sudo make install.

Also, unless you're going to be running makemkv as root, you should configure and make it as the user you'll be running it as, then just use sudo for the install step.