Pessoal,
Estou tentando instalar.. libcrypt.so, libcrypto.so.0 e libgds.so
[root@testes ~]# yum provides libgds.so Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile * base: centos.ufms.br * extras: centos.ufms.br * rpmforge: apt.sw.be * updates: centos-mirror.hostdime.com.br Warning: 3.0.x versions of yum would erroneously match against filenames. You can use "*/libgds.so" and/or "*bin/libgds.so" to get that behaviour No Matches found
O centos 6.2 como faço para resolver ?
On Thu, Jun 14, 2012 at 1:38 PM, Thiago Gomes thiagomespb@gmail.com wrote:
Warning: 3.0.x versions of yum would erroneously match against filenames. You can use "*/libgds.so" and/or "*bin/libgds.so" to get that behaviour No Matches found
Segundo o que diz nesta mensagem, você deveria rodar o comando assim:
yum provides "*/libgds.so"
Erro
[root@teste ~]# yum provides "*/libgds.so" Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile * base: centos.ufms.br * extras: centos.ufms.br * rpmforge: apt.sw.be * updates: centos-mirror.hostdime.com.br base/filelists_db | 5.8 MB 00:13 extras/filelists_db | 3.6 kB 00:00 rpmforge/filelists_db | 2.1 MB 00:06 updates/filelists_db | 2.9 MB 00:03 No Matches found
[root@teste ~]# yum provides "*bin/libgds.so" Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile * base: centos.ufms.br * extras: centos.ufms.br * rpmforge: apt.sw.be * updates: centos-mirror.hostdime.com.br No Matches found
Algum outro passo ??
2012/6/14 Thiago Coutinho root@thiagoc.net:
On Thu, Jun 14, 2012 at 1:38 PM, Thiago Gomes thiagomespb@gmail.com wrote:
Warning: 3.0.x versions of yum would erroneously match against filenames. You can use "*/libgds.so" and/or "*bin/libgds.so" to get that behaviour No Matches found
Segundo o que diz nesta mensagem, você deveria rodar o comando assim:
yum provides "*/libgds.so"
-- thiagoc
"O povo não deveria temer o governo. O governo é quem deveria temer o povo." V de Vingança _______________________________________________ CentOS-pt-br mailing list CentOS-pt-br@centos.org http://lists.centos.org/mailman/listinfo/centos-pt-br
Instala o repo do epel: http://fedoraproject.org/wiki/EPEL
discuss-pt-br@lists.centos.org