libX11.so.6 未找到

0xA*_*xAX 6 compiling fedora packaging libraries

我尝试过make && make install package,但出现错误:

找不到 libX11.so.6

我在哪里可以得到这个图书馆?

wzz*_*zrd 8

你需要安装 libX11 包:

$ rpm -qf /usr/lib/libX11.so.6
libX11-1.3.1-3.fc13.i686
Run Code Online (Sandbox Code Playgroud)

去吧

$ yum -y install libX11  
Run Code Online (Sandbox Code Playgroud)

还有一件事:如果您不知道如何查找和安装库包,请分享您为什么要尝试编译为 Fedora 13 官方打包的最新版本的软件?

$ yum info gpicview
Available Packages
Name        : gpicview
Arch        : x86_64
Version     : 0.2.1
Release     : 3.fc13
Size        : 93 k
Repo        : fedora
Summary     : Simple and fast Image Viewer for X
URL         : http://lxde.sourceforge.net/gpicview/
License     : GPLv2+
Description : Gpicview is an simple and image viewer with a simple and intuitive interface.
            : It's extremely lightweight and fast with low memory usage. This makes it
            : very suitable as default image viewer of desktop system. Although it is
            : developed as the primary image viewer of LXDE, the Lightweight X11 Desktop
            : Environment, it only requires GTK+ and can be used in any desktop environment.
Run Code Online (Sandbox Code Playgroud)