I have the same issue on OpenSuse 11.2 32-bit.  There is a similar
issue with aapt, although it manages to run just fine despite the
alarming error message.

~/android/sdk> rpm -q glibc zlib
glibc-2.10.1-10.9.1.i686
zlib-1.2.3-140.2.i586
~/android/sdk> ldd tools/emulator platform-tools/aapt
tools/emulator:
tools/emulator: /lib/libc.so.6: version `GLIBC_2.11' not found
(required by tools/emulator)
        linux-gate.so.1 =>  (0xffffe000)
        libutil.so.1 => /lib/libutil.so.1 (0xb7740000)
        librt.so.1 => /lib/librt.so.1 (0xb7736000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb771c000)
        libm.so.6 => /lib/libm.so.6 (0xb76f3000)
        libdl.so.2 => /lib/libdl.so.2 (0xb76ed000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb75f9000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb75d9000)
        libc.so.6 => /lib/libc.so.6 (0xb7479000)
        /lib/ld-linux.so.2 (0xb7765000)
platform-tools/aapt:
platform-tools/aapt: /lib/libz.so.1: no version information available
(required by platform-tools/aapt)
        linux-gate.so.1 =>  (0xffffe000)
        librt.so.1 => /lib/librt.so.1 (0xb77fb000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb77e1000)
        libz.so.1 => /lib/libz.so.1 (0xb77cd000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb76d9000)
        libm.so.6 => /lib/libm.so.6 (0xb76af000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb768f000)
        libc.so.6 => /lib/libc.so.6 (0xb752f000)
        /lib/ld-linux.so.2 (0xb7826000)

On Dec 7, 2:56 pm, Fred J <[email protected]> wrote:
> Same error on (Mandriva release 2010)
>
> On 6 déc, 22:27, elpix1 <[email protected]> wrote:
>
> > Hi,
>
> > I updated the SDK for the Android 2.3 and the emulator is not
> > running anymore because it needs GLIBC 2.11 and my
> > system has 2.10 !
> > It seems that the emulator is the only tool from the new
> > SDK that requires 2.11 !
>
> > ./emulator: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11' not
> > found (required by ./emulator)
> >         linux-gate.so.1 =>  (0x00cf8000)
> >         libutil.so.1 => /lib/tls/i686/cmov/libutil.so.1 (0x003ae000)
> >         librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0x00851000)
> >         libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x00724000)
> >         libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x0017e000)
> >         libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x00779000)
> >         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0023e000)
> >         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00110000)
> >         libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x003b2000)
> >         /lib/ld-linux.so.2 (0x00221000)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to