![Não é possível encontrar lib que fornece libneon.so.25](https://rvso.com/image/38687/N%C3%A3o%20%C3%A9%20poss%C3%ADvel%20encontrar%20lib%20que%20fornece%20libneon.so.25.png)
Estou executando yum whatprovides libneon.so.25
, mas não consigo encontrar nenhuma biblioteca que forneça isso. Estou esquecendo de algo?
Responder1
Talvez os repositórios do seu sistema não tenham nenhum pacote contendo arquivo libneon.so.25
. Você pode usar o shell glob para corresponder ao nome do arquivo ao pesquisar com yum whatprovides
.
Aqui está o resultado no meu 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
Responder2
Eu acho que você precisa fornecercaminho completocomo o exemplo a seguir:
[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
Ouarquivo que você quer énão disponívelem seus servidores de repositório yum.
EDITAR:Você pode instalar libneon.so.25
usandohttp://rpm.pbone.net. E pesquise por neon
, selecione também arquitetura e opções de sistema operacional usando a opção Advanced RPM Search. Baixe o arquivo rpm apropriado (não baixe neon-devel-<version>.rpm
, apenas neon-<verion>.rpm
funcionará) e instale-o.