私がしようとしました make && make install package
、しかし私はエラーを受け取ります:
libX11.so.6が見つかりません
このライブラリはどこで入手できますか?
LibX11パッケージをインストールする必要があります。
$ rpm -qf /usr/lib/libX11.so.6
libX11-1.3.1-3.fc13.i686
ただ行く
$ yum -y install libX11
ただし、もう1つ、ライブラリパッケージを見つけてインストールする方法がわからない場合は、Fedora13用に最新バージョンで正式にパッケージ化されているソフトウェアをコンパイルしようとしている理由を教えてください。
$ 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.
より適切な対応は、libX11-develをインストールすることだと思います...