Hello. New to linux and new to makemkv.
I was following this video step-by-step tutorial and just trying to make changes when it came to differences in makeMKV versions.
https://www.youtube.com/watch?v=klI5oB3TNuc
But at timestamp 7:40 I get the following error on my end:
/home/user/makemkv/makemkv-oss-1.18.2/out/makemkvcon: error while loading shared libraries: libmakemkv.so.1: cannot open shared object file: No such file or directory
How can I access and install or get the missing shared libraries.
Thanks for any help or guidance.
makeMKV Linux 1.18.2 missing 'libmakemkv.so.1' file
-
guanciale!
- Posts: 13
- Joined: Wed Nov 05, 2025 9:34 pm
Re: makeMKV Linux 1.18.2 missing 'libmakemkv.so.1' file
Follow steps as reported here: viewtopic.php?f=3&t=224
-
RienTimmer
- Posts: 2
- Joined: Wed Mar 11, 2020 11:35 am
Re: makeMKV Linux 1.18.2 missing 'libmakemkv.so.1' file
I followed those steps but get the same error: missing libmakemkv.so.1
Where can I find/download this library and where do I put it?
Where can I find/download this library and where do I put it?
Re: makeMKV Linux 1.18.2 missing 'libmakemkv.so.1' file
"How can I access and install or get the missing shared libraries."
viewtopic.php?f=3&t=224
On Debian.
1. Download MakeMKV oss & bin:
2. Install needed packages:
3. Go to your file manager and unpack oss and bin.
Right mouse click "extract here".
4. Right click MakeMKV-oss and choose "Open Terminal Here"
5. Then run:
./configure
make
sudo make -i install
6. Then right click bin "Open Terminal Here"
make
sudo make -i install
viewtopic.php?f=3&t=224
On Debian.
1. Download MakeMKV oss & bin:
Code: Select all
wget https://www.makemkv.com/download/makemkv-bin-1.18.3.tar.gz && wget https://www.makemkv.com/download/makemkv-oss-1.18.3.tar.gzCode: Select all
sudo apt install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev qtbase5-dev zlib1g-devRight mouse click "extract here".
4. Right click MakeMKV-oss and choose "Open Terminal Here"
5. Then run:
./configure
make
sudo make -i install
6. Then right click bin "Open Terminal Here"
make
sudo make -i install
Debian 13
Xfce 4.20
MakeMKV 1.17.6 (Appimage)
2x Pioneer BD-ROM BDC-202
Xfce 4.20
MakeMKV 1.17.6 (Appimage)
2x Pioneer BD-ROM BDC-202