小编Men*_*han的帖子

缺少 libSM.so.6 库 - QT creator 安装错误

当我尝试运行 qt-linux-opensource-5.0.2-x86-offline.run 时,出现以下错误。

./qt-linux-opensource-5.0.2-x86-offline.run:加载共享库时出错:libSM.so.6:无法打开共享对象文件:没有这样的文件或目录

我之前安装过 Qt,但没有出现任何错误。我认为原因应该低于命令

sudo apt-get autoremove

我将此命令运行到我新安装的 ubuntu。我在网上找到这篇文章

http://docs.alfresco.com/5.0/concepts/install-lolibfiles.html

所以我运行下面的命令

sudo apt-get install libice6 libsm6 libxt6 libxrender1 libfontconfig1 libcups2

但终端说它已经安装

libsm6 已经是最新版本了

谁能告诉我安装qt creater的方法

libraries 14.04

12
推荐指数
1
解决办法
5万
查看次数

使用源代码安装wireshark

我下载wireshark-1.8.0rc2.tar.bz2并将其复制到/opt/wireshark目录并通过以下方式解压缩

sudo tar -xjvf wireshark-1.8.0rc2.tar.bz2

然后通过ls在提取的文件夹中进行操作,我找到了配置文件。

然后我做了./configure然后我遇到了这个问题:

  configure: error: I couldn't find yacc (or bison or ...); 
    make sure it's installed and in your path.
Run Code Online (Sandbox Code Playgroud)

如何解决?

software-installation

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

14.04 ×1

libraries ×1

software-installation ×1