Re: Digikam GSoC 2021
Posted by
Anjani Kumar on
Apr 03, 2021; 10:23am
URL: http://digikam.185.s1.nabble.com/Digikam-GSoC-2021-tp4715320p4715666.html
Hello, I am running a Mageia 7.1 instance and trying to run appimage scripts. The first script is failing in configuring Qt 5.15. There are the things I have done
build ext_openssl, and Qt configuration step always fails with
ERROR: Feature 'openssl-linked' was enabled, but the pre-condition '!features.securetransport && !features.schannel && libs.openssl' failed.
I have tried other ways to provide the path but it always fails with this msg. How to pass the path correctly?
Is there a specific reason to upgrade to mageia 7.1 and not 8? Qt 5.15 is available in the official repos for mageia 8 while for mageia 7.1 it is 5.12 and we would have to build Qt 5.15.
yes there is. the libc version to use when AppImage bundle contents is compiled must be an older version for binary compatibility with other Linux systems.
Currently Mageia6 is used. This OS has not been maintained since a while but the GCC version is enough recent to compile all Qt5, KF5, and DK codes.
This will be the same with Mageia7 which will become unmaintained in the near future to promote Mageia 8. This last one is too much recent to make a large compatible AppImage with all current Linux.
Gilles Caulier