Debian Trixie: Error with /configure
Posted: Sat Nov 08, 2025 10:04 pm
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.
```
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.
```