Ubuntu18.04安装QGC报错 `GLIBC_2.29‘ not found

按照官网教程,最后运行时出错。

bash 复制代码
/tmp/.mount_QGroun2NOhPP/QGroundControl: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_QGroun2NOhPP/QGroundControl)
/tmp/.mount_QGroun2NOhPP/QGroundControl: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /tmp/.mount_QGroun2NOhPP/QGroundControl)

原因:官网的教程是针对Ubuntu20.04的。

解决方法 :安装老版本QGC,此处安装 v3.5.6 版本的QGC,链接为https://github.com/mavlink/qgroundcontrol/releases?page=3,然后运行可通过。

相关推荐
Vg1 天前
解决 Mac 终端和 VS Code 中 tsc 命令失效的问题
debug
龙猫略略略24 天前
转发多台px4仿真UDP数据到地面站
udp·px4
kaiyuanheshang1 个月前
关于VScode的调试
ide·vscode·编辑器·debug·调试
摸爬滚打的小李2 个月前
关于禁用 javaScript
debug
用户10096818580852 个月前
Spring Boot单元测试报错:java.lang.IllegalStateException
debug
爱睡觉的咋2 个月前
error: RPC failed; HTTP 408 curl 22 The requested URL returned error: 408
python·debug
GuokLiu2 个月前
250405-VSCode编辑launch.json实现Debug调试Open-WebUI
vscode·debug·open-webui
啊波次得饿佛哥2 个月前
C# debug和release模式问题
visualstudio·debug·release
金戈鐡馬2 个月前
Ubuntu下编译PX4原生飞控固件
无人机·飞控·px4
千里马学框架2 个月前
android studio调试aosp手机userdebug版本无法查看局部变量和参数问题如何解决?
android·智能手机·车载系统·android studio·debug·调试·系统开发