yeah, that still doesnt work..
[jason at 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 at 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 at 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 at 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 at centos7 platform-tools]$
[jason at 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 at 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.
>