trying to use the android sdk on centos 7 and cant seem to find the 32bit libs.. [jason at centos7 platform-tools]$ ./adb devices -bash: ./adb: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory [jason at centos7 platform-tools]$ whats the right way to isntall the needed 32bit libs? I cant seem to find them with yum provides.. Ive tried multilib_policy=best in my yum.conf as well. Jason
On 09/21/2015 08:16 AM, Jason Welsh wrote:> -bash: ./adb: /lib/ld-linux.so.2: bad ELF interpreter: No such file or > directory > whats the right way to isntall the needed 32bit libs?yum install /lib/ld-linux.so.2
[root at centos7 Packages]# yum install /lib/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. epel/x86_64/metalink | 12 kB 00:00:00 ftp_repo | 3.6 kB 00:00:00 Loading mirror speeds from cached hostfile * epel: ftp.cse.buffalo.edu No package /lib/ld-linux.so.2 available. Error: Nothing to do On 09/21/2015 12:44 PM, Gordon Messmer wrote:> yum install /lib/ld-linux.so.2