![No puedo encontrar la biblioteca que proporciona libneon.so.25](https://rvso.com/image/38687/No%20puedo%20encontrar%20la%20biblioteca%20que%20proporciona%20libneon.so.25.png)
Estoy ejecutando yum whatprovides libneon.so.25
, pero no encuentro ninguna biblioteca que proporcione esto. ¿Me estoy perdiendo de algo?
Respuesta1
Tal vez los repositorios de su sistema no tengan ningún paquete que contenga archivos libneon.so.25
. Puede utilizar Shell glob para hacer coincidir el nombre del archivo cuando realiza una búsqueda con yum whatprovides
.
Aquí está el resultado en mi 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
Respuesta2
Creo que necesitas proporcionarruta completacomo el siguiente ejemplo:
[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
Oel archivo que quieres esNo disponibleen su/s servidor/es de repositorio yum.
EDITAR:Puedes instalar libneon.so.25
usandohttp://rpm.pbone.net. Y busque neon
, también seleccione la arquitectura y las opciones del sistema operativo usando la opción Búsqueda avanzada de RPM. Descargue el archivo rpm apropiado (no lo descargue neon-devel-<version>.rpm
, solo neon-<verion>.rpm
funcionará) e instálelo.