libneon.so.25 を提供するライブラリが見つかりません

libneon.so.25 を提供するライブラリが見つかりません

を実行していますyum whatprovides libneon.so.25が、これを提供するライブラリが見つかりません。何か見落としているのでしょうか?

答え1

システム リポジトリにファイル を含むパッケージがない可能性がありますlibneon.so.25。 で検索するときに、シェル 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、Advanced RPM Search オプションを使用してアーキテクチャと OS オプションも選択します。適切な rpm ファイルをダウンロードし (neon-devel-<version>.rpmのみをダウンロードしないneon-<verion>.rpmでください。)、インストールします。

関連情報