KAR*_*N.A 4 linux mongodb ubuntu-17.04 robo3t
当我在ubuntu 16.04版本中启动robo3t时它没有打开,错误显示如下
错误:
sony@sony:~/Documents/installed/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)
Run Code Online (Sandbox Code Playgroud)
问题是因为如果libstdc ++文件夹库只是进行备份并启动robot3t.按照下面给出的步骤,它的工作正常
解:
mkdir ~/robo-backup
mv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/
robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t
Run Code Online (Sandbox Code Playgroud)