QGIS broken: Qt_5_Private_API

,

When I run latest QGIS install I’m getting this error:

qgis: /lib64/libQt5Gui.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt5WebKit.so.5)
qgis: /lib64/libQt5Quick.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt5WebKit.so.5)
qgis: /lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt53DRender.so.5)
qgis: /lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt53DCore.so.5)
qgis: /lib64/libQt5Gui.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt53DExtras.so.5)
qgis: /lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt53DExtras.so.5)
qgis: /lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt53DInput.so.5)
qgis: /lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not found (required by /lib64/libQt5Sensors.so.5)

How can i fix this?

/lib64/libQtCore.so.5 is provided by qt5-qtbase. Are these simply warnings that optional dependencies aren’t installed and the program otherwise works or does QGIS actually fail to run? How did you install QGIS?

Note that I added the </> Preformatted text tags to your OP above.

All dependencies are installed, the program doesn’t start.

I tried removing and installing using “sudo dnf install qgis”.

What version of QGIS? What version of Fedora? You have not provided much information to go on.

I resolved it by reinstalling all the qt5 libraries. I was not qgis problem, sorry for bothering.

Thank you

1 Like

No need to apologize. Sharing this here may just be the thing that helps the next person and saves them some time. Thanks for coming back to share your solution.