libQt5WebEngineCore.so.5.8.0 and libQt5WebEngine.so.5.8.0 linker errors
Unsolved
QtWebEngine
-
Qt Version: 5.8.0 (from qt-opensource-linux-x64-5.8.0.run)
OS: CentOS 6
Compiler: GCC 4.9.3I am getting the following linker error when building my QtWebEngine based application:
Linking CXX executable ../../x64/myWebEngineApp
.../libQt5WebEngineCore.so.5.8.0: undefined reference to `__fdelt_chk@GLIBC_2.15'.../libQt5WebEngine.so.5.8.0: undefined reference to `memcpy@GLIBC_2.14'
The same code base built and ran successfully with Qt 5.7.1 in the same dev environment.
Is this a known issue? Is there a workaround?
Thanks!