I got the same problem on my newly upgraded x86_64bit Precise. And I
'sudo apt-get install' and/or 'sudo apt-get install --reinstall"
libc6-i386 and other i386 libraries, but the problem was still there.
Then I checked with the i386 'ld' problem, and found that 'adb' depends
on /lib/ld-linux.so.2, and then I created a symbol link with 'sudo -ln
-s /lib/i386-linux-gnu/ld-linux.so.2 /lib/ld-linux.so', the problem went
away:
$ /lib/i386-linux-gnu/ld-linux.so.2 --list
/opt/android-sdk-linux_x86/platform-tools/adb
linux-gate.so.1 => (0xf77a8000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7775000)
libncurses.so.5 => /lib/i386-linux-gnu/libncurses.so.5 (0xf7753000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7737000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf7652000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7626000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7608000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7463000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf745d000)
libtinfo.so.5 => /lib/i386-linux-gnu/libtinfo.so.5 (0xf743e000)
/lib/ld-linux.so.2 => /lib/i386-linux-gnu/ld-linux.so.2 (0xf77a9000)
$ sudo -ln -s /lib/i386-linux-gnu/ld-linux.so.2 /lib/ld-linux.so.2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/852101
Title:
32-bit applications do not start on 64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/852101/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs