Hi,
this is driving me nuts.
I have a Ubunto 20.04 machine that compiles MakeMKV just fine.
On my Kubuntu 22.04 Laptop it refuses to configure - Qt library (version 5 ) not found.
Of course I read the forum, of course I checked what libs are installed on my 20.04 box and installed them all - no solution.
Which libraray is missing? How can I found out, what configure doesn't like here?
Thanks in advance
U
1.17.4 no compiling due to qt5 not found
-
- Posts: 2
- Joined: Tue Sep 12, 2023 5:23 pm
Re: 1.17.4 no compiling due to qt5 not found
Ok, could figure it out myself.
When I found the config.log that configure writes it was clear that it did not find the Qt5*.pc-files. No idea why.
Searching them on the machine and adding the path to PKG_CONFIG_PATH solved the issue.
When I found the config.log that configure writes it was clear that it did not find the Qt5*.pc-files. No idea why.
Searching them on the machine and adding the path to PKG_CONFIG_PATH solved the issue.
Code: Select all
PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig ./configure