Não é possível encontrar o lib que fornece libneon.so.25

1

Estou executando yum whatprovides libneon.so.25 , mas não consigo encontrar nenhuma biblioteca que forneça isso. Estou faltando alguma coisa?

    
por MD. Mohiuddin Ahmed 23.06.2014 / 09:01

2 respostas

0

Eu acho que você precisa fornecer caminho completo como no 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

Ou o arquivo que você quer está não disponível no seu servidor / repositório do yum.

EDIT: Você pode instalar o libneon.so.25 usando o link . E pesquise por neon , também selecione a arquitetura e a opção do SO usando a opção Advanced RPM Search. Faça o download do arquivo rpm apropriado (não baixe neon-devel-<version>.rpm , somente neon-<verion>.rpm funcionará) e instale-o.

    
por 23.06.2014 / 09:14
2

Talvez seus repositórios de sistema não tenham nenhum pacote contendo o 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
    
por 23.06.2014 / 09:32

Tags