/usr/share/koala/koala: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
在Ubuntu 14.04.1版本的64位下,运行DebugGap时,会报错,具体解决方案如下
1. 确保已经安装libudev库
sudo apt-get install libudev1
2. 加链接
sudo ln -sf /<a target=_blank name="baidusnap1"></a><strong style="color:black;background-color:#A0FFFF">lib</strong>/x86_64-linux-gnu/libudev<strong style="color:black;background-color:#ff9999">.so</strong>.1 /<strong style="color:black;background-color:#A0FFFF">lib</strong>/x86_64-linux-gnu/libudev<strong style="color:black;background-color:#ff9999">.so</strong>.0
运行之后,再运行DebugGap,就不会有问题了。