当前位置:网站首页>anno arm移植Qt环境后,编译正常,程序无法正常启动问题的记录
anno arm移植Qt环境后,编译正常,程序无法正常启动问题的记录
2022-08-09 17:24:00 【hellozhengyuan】
anno arm移植Qt环境后,编译正常,程序无法正常启动问题的记录
Cannot load library libqxcb.so: (libQt5XcbQpa.so.5: symbol , version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)
在Arm板上移植Qt环境后(源码重新编译方式install),对程序能够编译,但是在启动程序时报错:
Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/home/smartcamera/advertiser/release/platforms" ...
Cannot load library /opt/qt/plugins/platforms/libqxcb.so: (/opt/qt/plugins/platforms/../../lib/libQt5XcbQpa.so.5: symbol _ZN11QFontEngine14bitmapForGlyphEj6QFixedRK10QTransform, version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)
QLibraryPrivate::loadPlugin failed on "/opt/qt/plugins/platforms/libqxcb.so" : "Cannot load library /opt/qt/plugins/libqxcb.so: (/opt/qt/plugins/platforms/../../lib/libQt5XcbQpa.so.5: symbol _ZN11QFontEngine14bitmapForGlyphEj6QFixedRK10QTransform, version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference)"
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, xcb.
Aborted (core dumped)
此问题尝试了各种网络上的解决办法,关于环境的设置和生效也尝试过,也不能确定是不是因为插件版本的问题导致,但是在arm板上依然没有得到解决,中止。
边栏推荐
- 阿里云张新涛:支持沉浸式体验应用快速落地,阿里云云XR平台发布
- How to play with container local storage through open-local? | Dragon Lizard Technology
- 读大学有用吗?
- 苦日子快走开
- What are some good open source automation testing frameworks to recommend?
- uniapp中使用网页录音并上传声音文件(发语音)——js-audio-recorder的使用【伸手党福利】
- fastdfs-client使用
- 那些关于DOM的常见Hook封装(二)
- jmeter - record script
- win10 uwp 模拟网页输入
猜你喜欢
随机推荐
loadrunner script -- parameterization
Simple prohibition of garbage collection in d
Discuz! Forum program installation + template configuration tutorial
搭建Zabbix监控系统
JVM:(八)运行时数据区之方法区
阿里云张新涛:支持沉浸式体验应用快速落地,阿里云云XR平台发布
approach和method的区别
ARM 汇编基础
华为发布「国产Copilot内核」PanGu-Coder,而且真的能用中文哦!
动态RDLC报表(四)
Volatile:JVM 我警告你,我的人你别乱动
win10 uwp 自定义控件 SplitViewItem
leetcode300.最长递增子序列(动态规划)
loadrunner脚本--参数化
动手学深度学习_全卷积网络 FCN
InfluxDB语法
动态RDLC报表(七)
集合框架Collection与Map的区别和基本使用
Ark Standalone/Administrator Special Item Command Codes
MySQL数据指令
![[SUCTF 2019]CheckIn](/img/4a/cae4dbe47c3b9d0fb37fe337bb5c3f.png)








