실행 중이지만 yum whatprovides libneon.so.25
이를 제공하는 라이브러리를 찾을 수 없습니다. 뭔가 빠졌나요?
답변1
어쩌면 시스템 저장소에 file 을 포함하는 패키지가 없을 수도 있습니다 libneon.so.25
. .dll로 검색할 때 쉘 glob을 사용하여 파일 이름을 일치시킬 수 있습니다 yum whatprovides
.
내 결과는 다음과 같습니다 Fedora 20
.
$ yum whatprovides */libneon*
Loaded plugins: langpacks, refresh-packagekit
neon-0.30.0-2.fc20.i686 : An HTTP and WebDAV client library
Repo : fedora
Matched from:
Filename : /usr/lib/libneon.so.27.3.0
Filename : /usr/lib/libneon.so.27
neon-0.30.0-2.fc20.x86_64 : An HTTP and WebDAV client library
Repo : fedora
Matched from:
Filename : /usr/lib64/libneon.so.27.3.0
Filename : /usr/lib64/libneon.so.27
neon-devel-0.30.0-2.fc20.i686 : Development libraries and C header files for the
: neon library
Repo : fedora
Matched from:
Filename : /usr/lib/libneon.la
Filename : /usr/lib/libneon.so
neon-devel-0.30.0-2.fc20.x86_64 : Development libraries and C header files for
: the neon library
Repo : fedora
Matched from:
Filename : /usr/lib64/libneon.la
Filename : /usr/lib64/libneon.so
neon-0.30.0-2.fc20.x86_64 : An HTTP and WebDAV client library
Repo : @koji-override-0/$releasever
Matched from:
Filename : /usr/lib64/libneon.so.27.3.0
Filename : /usr/lib64/libneon.so.27
답변2
제 생각에는 당신이 제공해야 할 것 같아요전체 경로다음 예처럼:
[root@sys1]# yum whatprovides /usr/lib64/libkdeinit4_konsole.so
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
el6x64/filelists | 3.5 MB 00:00
6:kdebase-4.3.4-4.el6.x86_64 : KDE Core Files
Repo : el6x64
Matched from:
Filename : /usr/lib64/libkdeinit4_konsole.so
6:kdebase-4.3.4-4.el6.x86_64 : KDE Core Files
Repo : installed
Matched from:
Other : Provides-match: /usr/lib64/libkdeinit4_konsole.so
또는당신이 원하는 파일은사용 불가yum 저장소 서버에 있습니다.
편집하다:libneon.so.25
다음을 사용하여 설치할 수 있습니다 .http://rpm.pbone.net. 을 검색하고 neon
고급 RPM 검색 옵션을 사용하여 아키텍처 및 OS 옵션도 선택합니다. 적절한 rpm 파일을 다운로드하고(다운로드하지 말고 neon-devel-<version>.rpm
작동 neon-<verion>.rpm
함) 설치하십시오.