这涉及到我不久前从Humble 8买来的热线热火。
安装它并单击可执行文件之后,什么也没有发生,所以我从终端运行它,得到了以下错误:
/opt/hotline-miami/hotline_launcher: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
但是,我似乎确实安装了libGL.so.1,它是根据locate命令安装的,它提供了以下内容:
/usr/lib/i386-linux-gnu/mesa/libGL.so.1
因为这个包,我在服务器上遇到了很大的问题。由于以下消息,我无法安装或更新任何软件包:
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Você pode querer executar 'apt-get -f install' para corrigí-los.
Os pacotes a seguir têm dependências desencontradas:
linux-headers-generic-lt
在将linux内核更新到4.10.0-14之后,泛型virtualbox不再工作了。我试着运行“mob探针vboxdrv”
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.10.0-14-generic
然后,在几个网页之后,我尝试重新配置dkms:
sudo dpkg-reconfigure virtualbox-dkms
------------------------------
Deleting module version: 5.0.32
completely from the DKMS t
我不知道我是如何得到这个问题的,但是由于某种原因,ld-linux-x86-64.so.2报告了一个CRC错配,它正在影响一个我无法打开的程序,这会导致一个分段错误。
需要这一点的应用程序是nvclock_gtk。
(gdb) run
Starting program: /usr/bin/nvclock_gtk
warning: the debug information found in "/lib64/ld-2.19.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch).
[Thr
我有一个nvidia显卡,并能够安装库达在过去。最近,我重新安装了linux (ubuntu12.04),并一直试图使用debian软件包安装cuda。我按照Youtube()上的Nvidia频道的指示安装了cuda工具包。
从我的sudo-apt-get install cuda开始后,我会得到以下错误:
Setting up nvidia-current (319.37-0ubuntu1) ...
update-alternatives: error: alternative link /usr/bin/nvidia-cuda-mps-server is already managed b
我有一个Debian (4.0)系统,目前仍然运行内核2.4.27-2-386。我想把它升级到Lenny,但是我遇到了内核和libc6之间的循环依赖。
简单的升级(update sources.list、apt-get update、apt-升级)在试图升级libc6时失败:
WARNING: POSIX threads library NPTL requires kernel version
2.6.8 or later. If you use a kernel 2.4, please upgrade it
before installing glibc.
The installation
我想在我的机器上卸载tmux。我的tmux版本是:
tmux next-3.4
which tmux给了我:
/usr/local/bin/tmux
我试着用sudo yum remove tmux卸载它,我得到:
Updating Subscription Management repositories.
No match for argument: tmux
No packages marked for removal.
Dependencies resolved.
Nothing to do.
Complete!
我的机器信息如下:
NAME="Red Hat Enterpris
我正在尝试编译一个包含<iostream>头的简单c++代码。令人惊讶的是,我正面临着我以前从未遇到过的错误。如果删除了<iostream>头,一切都会正常工作。
代码:
#include <iostream>
int main(){
return 0;
}
编译错误:
$ g++ temp.cpp
In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9:0,
from /usr/include/c++/7/cstdint:4