시도했지만 make && make install package
오류가 발생했습니다.
libX11.so.6을 찾을 수 없습니다
이 라이브러리는 어디서 구할 수 있나요?
답변1
libX11 패키지를 설치해야 합니다:
$ rpm -qf /usr/lib/libX11.so.6
libX11-1.3.1-3.fc13.i686
어서
$ yum -y install libX11
하지만 한 가지 더: 라이브러리 패키지를 찾고 설치하는 방법을 모른다면 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.
답변2
libX11-devel을 설치하는 것이 더 적절한 응답일 것이라고 확신합니다...