Search found 3 matches
- Mon Jan 16, 2023 3:00 pm
- Forum: MakeMKV for Linux
- Topic: Can Not Build OSS - Mint 21.1
- Replies: 5
- Views: 4642
Re: Can Not Build OSS - Mint 21.1
What do you see if you run "ls -l /usr/lib/x86_64-linux-gnu/libQt5Core.so*"? I tried a build on an old Linux Mint laptop I upgraded to Mint 21.1, and it went completely normally. There was no libQt5Core.so in that folder so I ended up creating a new soft link: sudo ln -s libQt5Core.so.5.1...
- Sun Jan 15, 2023 10:19 pm
- Forum: MakeMKV for Linux
- Topic: Can Not Build OSS - Mint 21.1
- Replies: 5
- Views: 4642
Re: Can Not Build OSS - Mint 21.1
It would seem whatever package libQt5Core.so is in, you haven't installed it. If you run "dpkg -l | grep qtbase5", what does it say? Agree with that thinking, output: ii qtbase5-dev:amd64 5.15.3+dfsg-2ubuntu0.2 ii qtbase5-dev-tools 5.15.3+dfsg-2ubuntu0.2 I ran across a a posting elsewhere...
- Sun Jan 15, 2023 12:22 am
- Forum: MakeMKV for Linux
- Topic: Can Not Build OSS - Mint 21.1
- Replies: 5
- Views: 4642
Can Not Build OSS - Mint 21.1
OS Distro: Linux Mint 21.1 Vera base: Ubuntu 22.04 jammy Compiled per directions that have worked in the past, when I was on Mint 20. I updated my system to Mint 21 and now can not build makemkv-oss-1.17.2 (nor would the previously built makemkv work). I had to build ffmpeg per the directions. After...