please help me start application manager
Unsolved
QML and Qt Quick
-
hello
I'm trying to get this example running: https://doc.qt.io/QtApplicationManager/applicationmanager-applicationmanager-hello-world-example.html
I start appman as follows:
./appman --builtin-apps-manifest-dir ./apps system-ui.qml
I get below error:
CANNOT LINK EXECUTABLE "./appman": cannot locate symbol "_ZN10QSslSocket11supportsSslEv" referenced by "/data/appman"...
Aborted
what's the reason? -
Hi and welcome to devnet,
Do you have a Qt build without OpenSSL support ?
-
Thanks for the details however you did not answer my question: is the version of Qt you are using built with OpenSSL support enabled ?
-
So you are using your system provided Qt ?