Hello,
On Debian Trixie, I get the following error:
```
chris@SpaceballsTheDesktop:~/Downloads/makemkv-oss-1.18.2$ ./configure
configure: error: cannot find required auxiliary files: install-sh ltmain.sh config.guess config.sub
```
And I followed the steps for the required dependencies:
```
chris@SpaceballsTheDesktop:~/Downloads/makemkv-oss-1.18.2$ sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.12).
pkg-config is already the newest version (1.8.1-4).
libc6-dev is already the newest version (2.41-12).
libssl-dev is already the newest version (3.5.1-1+deb13u1).
libexpat1-dev is already the newest version (2.7.1-2).
libavcodec-dev is already the newest version (7:7.1.2-0+deb13u1).
libgl1-mesa-dev is already the newest version (25.0.7-2).
qtbase5-dev is already the newest version (5.15.15+dfsg-6).
zlib1g-dev is already the newest version (1:1.3.dfsg+really1.3.1-1+b1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
```
Debian Trixie: Error with /configure
Re: Debian Trixie: Error with /configure
You need to extract also those tar files. Downloading with Firefox, the files are double compressed. (tar.gz and inside of that is .tar)
Some kind of bug in Firefox.
Some kind of bug in Firefox.
Debian 13
Xfce 4.20
MakeMKV 1.18.2
2x Pioneer BD-ROM BDC-202
Xfce 4.20
MakeMKV 1.18.2
2x Pioneer BD-ROM BDC-202
-
guanciale!
- Posts: 13
- Joined: Wed Nov 05, 2025 9:34 pm
Re: Debian Trixie: Error with /configure
Did you check the hashes of those files?
See here: viewtopic.php?p=187189#p187189
Also, as kop316 already told you, please make sure to properly extract them; execute this into the folder you downloaded the archives:
See here: viewtopic.php?p=187189#p187189
Also, as kop316 already told you, please make sure to properly extract them; execute this into the folder you downloaded the archives:
Code: Select all
for t in *.gz; do tar -xvf "$t"; done