Do you have the standard centos repos disabled? I'm only seeing EPEL in your output. What you need is in the centos base repo.
With the centos base repo enabled, Gordon's command would have worked too -- I just always figure out the exact package(s).
yum whatprovides /lib/ld-linux.so.2
glibc-2.17-78.el7.i686 : The GNU libc libraries Repo : base Matched from: Filename : /lib/ld-linux.so.2
------------ Original Message ------------
Date: Monday, September 21, 2015 13:03:58 -0400 From: Jason Welsh jason.welsh@mercurygate.com Subject: Re: [CentOS] android sdk on centos7 64-bit.
yeah, that still doesnt work..
[jason@centos7 platform-tools]$ yum whatprovides /lib/ld-linux.so.2 Loaded plugins: fastestmirror, langpacks, product-id, subscription-manager Determining fastest mirrors
- epel: archive.linux.duke.edu
No matches found [jason@centos7 platform-tools]$ yum whatprovides ld-linux.so.2 Loaded plugins: fastestmirror, langpacks, product-id, subscription-manager Loading mirror speeds from cached hostfile
- epel: archive.linux.duke.edu
No matches found [jason@centos7 platform-tools]$ yum whatprovides */ld-linux.so.2 Loaded plugins: fastestmirror, langpacks, product-id, subscription-manager Loading mirror speeds from cached hostfile
- epel: archive.linux.duke.edu
No matches found [jason@centos7 platform-tools]$ yum whatprovides '*/ld-linux.so.2' Loaded plugins: fastestmirror, langpacks, product-id, subscription-manager Loading mirror speeds from cached hostfile
- epel: archive.linux.duke.edu
No matches found [jason@centos7 platform-tools]$ [jason@centos7 platform-tools]$ sudo yum provides */ld-linux.so.2 Loaded plugins: fastestmirror, langpacks, product-id, subscription-manager This system is not registered with Subscription Management. You can use subscription-manager to register. Loading mirror speeds from cached hostfile
- epel: ftp.cse.buffalo.edu
No matches found [jason@centos7 platform-tools]$
seems like im missing the 32bit libs repo?
Jason
On 09/21/2015 12:56 PM, Richard wrote:
you need to use yum's "whatprovides" facility to find the package that has the ld-linux.so.2 library.
------------ End Original Message ------------