在运行robo3t命令时,我会得到这个错误。
root@vaibhav-HP-250-G4-Notebook-PC:~/Downloads/robo3t-1.1.1-linux-x86_64-c93c6b0/bin# robo3t
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: xcb.
Reinstalling the application may fix this problem.
Aborted (core dumped)发布于 2017-09-07 09:16:17
这个问题是由libstdc++造成的。删除以下文件,程序应该运行得很好。
rm ./bin/libstdc++*然后运行您的程序。
./bin/robo3t发布于 2017-12-09 09:22:36
从lib文件夹中删除下面的文件(S),它将开始工作。
rm ./lib/libstdc++*https://askubuntu.com/questions/942994
复制相似问题