In got the exact same problem. Any success?

On Jul 8, 12:54 pm, folone <fol...@gmail.com> wrote:
> I did
> $ file /lib/libz.so.1.2.3.3
> and it said, that:
> /lib/libz.so.1.2.3.3: ELF 32-bit LSB shared object, Intel 80386,
> version 1 (SYSV), dynamically linked, stripped
> So, it seems, everything is ok. But I still get the first error.
>
> On Jul 8, 5:15 am, Robert Craig <robertpcr...@gmail.com> wrote:
>
> > My first response when looking at your error was that you need to point your
> > libz.so to your 32 bit version.
> > I would try that first and see if that works. Try doing an 'ls -l' on
> > /usr/lib/libz.so and see where that points.
> > My first guess is that you need to create a symlink to the 32bit version,
> > /usr/lib32/libz.so.
>
> > On Wed, Jul 7, 2010 at 10:06 PM, Taewoong Kim <stw...@gmail.com> wrote:
> > > My dev environment is ubuntu 10.04(32bit) on 64bit cpu(dual).
> > > Is this problem?
>
> > > 2010/7/8 Robert Craig <robertpcr...@gmail.com>
>
> > >> it could be a 64 bit versus 32 bit issue. what does your dev environment
> > >> look like?
>
> > >> On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim <stw...@gmail.com> wrote:
>
> > >>> I have a same problem.
>
> > >>> but I could not have solution.
>
> > >>> 2010/7/6 David Rhodus <sdrho...@gmail.com>
>
> > >>> Anyone seen this ?
> > >>>> I feel like I'm just missing a package or something easy.
>
> > >>>> On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus <sdrho...@gmail.com>
> > >>>> wrote:
> > >>>> > Any Suggestions ???
>
> > >>>> > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
> > >>>> > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
> > >>>> > libncurses5-dev zlib1g-dev g++-multilib
> > >>>> > repo sync
>
> > >>>> > r...@myhost:/home/android# make showcommands
> > >>>> > ============================================
> > >>>> > PLATFORM_VERSION_CODENAME=AOSP
> > >>>> > PLATFORM_VERSION=AOSP
> > >>>> > TARGET_PRODUCT=generic
> > >>>> > TARGET_BUILD_VARIANT=eng
> > >>>> > TARGET_SIMULATOR=
> > >>>> > TARGET_BUILD_TYPE=release
> > >>>> > TARGET_BUILD_APPS=
> > >>>> > TARGET_ARCH=arm
> > >>>> > HOST_ARCH=x86
> > >>>> > HOST_OS=linux
> > >>>> > HOST_BUILD_TYPE=release
> > >>>> > BUILD_ID=OPENMASTER
> > >>>> > ============================================
> > >>>> > Install: out/host/linux-x86/framework/apicheck.jar
> > >>>> > out/host/linux-x86/bin/acp -fpt
> > >>>> > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
> > >>>> > out/host/linux-x86/framework/apicheck.jar
> > >>>> > Install: out/host/linux-x86/framework/clearsilver.jar
> > >>>> > out/host/linux-x86/bin/acp -fpt
>
> > >>>> out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
> > >>>> > out/host/linux-x86/framework/clearsilver.jar
> > >>>> > Install: out/host/linux-x86/framework/droiddoc.jar
> > >>>> > out/host/linux-x86/bin/acp -fpt
> > >>>> > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
> > >>>> > out/host/linux-x86/framework/droiddoc.jar
> > >>>> > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
> > >>>> > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
> > >>>> > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
> > >>>> > -Lout/host/linux-x86/obj/lib
>
> > >>>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
> > >>>> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
>
> > >>>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
>
> > >>>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
>
> > >>>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
> > >>>> >    -Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
> > >>>> >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
> > >>>> > /usr/bin/ld: skipping incompatible
> > >>>> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
> > >>>> > -lz
> > >>>> > /usr/bin/ld: skipping incompatible
> > >>>> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
> > >>>> > -lz
> > >>>> > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching 
> > >>>> > for
> > >>>> -lz
> > >>>> > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
> > >>>> -lz
> > >>>> > /usr/bin/ld: cannot find -lz
> > >>>> > collect2: ld returned 1 exit status
> > >>>> > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
> > >>>> > r...@myhost:/home/android#
>
> > >>>> --
> > >>>> You received this message because you are subscribed to the Google
> > >>>> Groups "Android Developers" group.
> > >>>> To post to this group, send email to
> > >>>> android-developers@googlegroups.com
> > >>>> To unsubscribe from this group, send email to
> > >>>> android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs
> > >>>>  cr...@googlegroups.com>
> > >>>> For more options, visit this group at
> > >>>>http://groups.google.com/group/android-developers?hl=en
>
> > >>>  --
> > >>> You received this message because you are subscribed to the Google
> > >>> Groups "Android Developers" group.
> > >>> To post to this group, send email to android-developers@googlegroups.com
> > >>> To unsubscribe from this group, send email to
> > >>> android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs
> > >>>  cr...@googlegroups.com>
> > >>> For more options, visit this group at
> > >>>http://groups.google.com/group/android-developers?hl=en
>
> > >>  --
> > >> You received this message because you are subscribed to the Google
> > >> Groups "Android Developers" group.
> > >> To post to this group, send email to android-developers@googlegroups.com
> > >> To unsubscribe from this group, send email to
> > >> android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs
> > >>  cr...@googlegroups.com>
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/android-developers?hl=en
>
> > >  --
> > > You received this message because you are subscribed to the Google
> > > Groups "Android Developers" group.
> > > To post to this group, send email to android-developers@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs
> > >  cr...@googlegroups.com>
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en

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

Reply via email to