[Bug 852101] Re: 32-bit applications do not start on 64
Zhou Yu
852101 at bugs.launchpad.net
Mon May 7 05:41:09 UTC 2012
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
Foundations Bugs, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/852101
Title:
32-bit applications do not start on 64
Status in “eglibc” package in Ubuntu:
Fix Released
Status in “ia32-libs” package in Ubuntu:
Fix Released
Status in “eglibc” source package in Oneiric:
Won't Fix
Status in “ia32-libs” source package in Oneiric:
Fix Released
Status in “eglibc” source package in Precise:
Fix Released
Status in “ia32-libs” source package in Precise:
Won't Fix
Bug description:
WORKAROUND: reinstall libc6-i386 by running 'sudo apt-get install --reinstall libc6-i386'.
----
After the latest updates Wine does not work at all. Output from the console:
~$ wine
bash: /usr/bin/wine: No such file or directory
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: wine1.3 1.3.28-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
Date: Fri Sep 16 20:20:19 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: wine1.3
UpgradeStatus: Upgraded to oneiric on 2011-09-16 (0 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/852101/+subscriptions
More information about the foundations-bugs
mailing list