QT OpenSSL version error on KDE applications.

Diplomator

New Member
Joined
May 10, 2024
Messages
1
Reaction score
0
Credits
18
Hello,

running the latest MX version I am having issues with KDE applications.

here are some additional informations to reproduce or get some more details:

1. MX package installer, running from terminal, clicking some package and click on install gives the following output:
Code:
mx-packageinstaller version: 24.4.01
+++ void MainWindow::setProgressDialog() +++
+++ void MainWindow::setup() +++
dpkg-query -f '${Version}' -W flatpak
apt-get update --print-uris | grep -m1 -qE '/mx/testrepo/dists/bookworm/test/'
+++ void MainWindow::loadPmFiles() +++
+++ void MainWindow::refreshPopularApps() +++
+++ QStringList MainWindow::listInstalled() const +++
+++ void MainWindow::displayPopularApps() const +++
+++ void MainWindow::displayPackages() +++
+++ QHash<QString, VersionNumber> MainWindow::listInstalledVersions() +++
test -n "$(apt-get --dry-run autoremove |grep -Po '^Remv \K[^ ]+' )"
+++ void MainWindow::updateInterface() const +++
+++ void MainWindow::displayFlatpaks(bool) +++
+++ void MainWindow::listFlatpakRemotes() const +++
flatpak remote-list --system | cut -f1
+++ QStringList MainWindow::listFlatpaks(const QString&, const QString&) const +++
flatpak update --appstream
flatpak remote-ls --system flathub --arch=x86_64 --app --columns=ver,ref,installed-size 2>/dev/null
flatpak remote-ls --system flathub --arch=x86_64 --runtime --columns=branch,ref,installed-size 2>/dev/null
flatpak list --system 2>/dev/null --app --columns=ref
flatpak list --system 2>/dev/null --runtime --columns=ref
"org.freedesktop.Platform.GL.default/x86_64/22.08\norg.freedesktop.Platform.GL.default/x86_64/22.08-extra\norg.freedesktop.Platform.GL.nvidia-525-147-05/x86_64/1.4\norg.freedesktop.Platform.VAAPI.Intel/x86_64/22.08\norg.freedesktop.Platform.openh264/x86_64/2.2.0"
+++ void MainWindow::listSizeInstalledFP() +++
flatpak list --system --columns app,size
"org.freedesktop.Platform.GL.default\t442.1?MB\norg.freedesktop.Platform.GL.default\t442.1?MB\norg.freedesktop.Platform.GL.nvidia-525-147-05\t2.1?MB\norg.freedesktop.Platform.VAAPI.Intel\t46.5?MB\norg.freedesktop.Platform.openh264\t790.0?kB"
+++ void MainWindow::on_pushInstall_clicked() +++
+++ void MainWindow::on_tabWidget_currentChanged(int) +++
+++ bool MainWindow::installPopularApps() +++

Incompatible version of OpenSSL (built with OpenSSL >= 3.x, runtime version is < 3.x)
QSslSocket::connectToHostEncrypted: TLS initialization failed
QSslSocket::connectToHostEncrypted: TLS initialization failed
QSslSocket::connectToHostEncrypted: TLS initialization failed
No network detected: QUrl("https://google.com") QNetworkReply::UnknownNetworkError

Regard "Incompatible version of OpenSSL (built with OpenSSL >= 3.x, runtime version is < 3.x)".

2. Systemsettings > Appearence > Global Themes > Get new global themes:

Code:
$ systemsettings5 
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "width"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "width"
QQmlEngine::setContextForObject(): Object already has a QQmlContext
QQmlEngine::setContextForObject(): Object already has a QQmlContext
file:///usr/share/kpackage/kcms/kcm_lookandfeel/contents/ui/main.qml:93:9: QML StackView: Binding loop detected for property "implicitHeight"
qml: The item SubCategoryPage_QMLTYPE_106(0x56058e86c0f0) is already in the PageRow
QCoreApplication::postEvent: Unexpected null receiver
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/OverlaySheet.qml:246:38: QML FocusScope: Binding loop detected for property "contentItemMaximumWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:257:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/newstuff/Action.qml:145:59: QML Connections: Detected function "onInitialized" in Connections element. This is probably intended to be a signal handler but no signal of the target matches the name.
qt.network.ssl: Incompatible version of OpenSSL (built with OpenSSL >= 3.x, runtime version is < 3.x)
qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
kf.newstuff.core: "TLS initialization failed"

3. Systemsettings > Network > Settings > SSL Preferences gives the following message in window (not in terminal)
"Could not load plugin from kcm_ssl: The shared library was not found."
Possible reasons:
  • an error occured during your last system upgrade, leaving an orphaned control module behind.
  • You have old third party modules lying around.

4. Spectacle, taking a screenshot and export to imgur couses the following:
Code:
qt.network.ssl: Incompatible version of OpenSSL (built with OpenSSL >= 3.x, runtime version is < 3.x)
qt.network.ssl: QSslSocket::startClientEncryption: TLS initialization failed
qml: api.imgur.com: SSL negotiation failed

///

Code:
$ openssl version
OpenSSL 3.0.11 19 Sep 2023 (Library: OpenSSL 3.0.11 19 Sep 2023)
$ which openssl
/usr/local/bin/openssl
$ echo $LD_LIBRARY_PATH

$ echo $LD_LIBRARY_PATH
is empty.

I hope you can help me, thank you!

Best regards
 


G'day Diplomator, Welcome to Linux.org

This area is not my forte, however I will watch with interest.

Good Luck.
 

Staff online


Top