FedoraForum.org - Fedora Support Forums and Community
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2005
    Location
    Stockholm, Sweden
    Age
    54
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    32 bit compatible libs on 64 bit?

    Is there a package to install as the Ubuntu "ia32-libs" to get 32 bit compability? This is required for running the Android SDK which is only shipped in 32 bit :-(

    Or how do I do?

    I'm running Fedora 11 Beta right now and I would like to run 64 bit. But I'm going to degrade to 32 bit if I have to (I have lost the adobe flashplugin also :-(

  2. #2
    Join Date
    Jun 2005
    Location
    Stockholm, Sweden
    Age
    54
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trial and error, this is the way I did t make it work.

    Install dependecies for Android SDK on Fedora 11 Beta.

    $yum install glibc.i686
    $yum install ncurses-libs.i586
    $yum install libstdc
    $yum install libstdc++.i586
    $yum install libzip.i586
    $yum install libX11.i586
    $yum install libXrandr.i586

    Had a lot of problems with the emulator which using SDL and got the following error:
    SDL init failure, reason is: No available video device

    Found a good tip to see what libs is not found:

    $cd $andoird_sdk/tools/
    $strace ./emulator

    Now it's working :-)

    Nice!

  3. #3
    Join Date
    Jun 2005
    Location
    Stockholm, Sweden
    Age
    54
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Darn,

    I knew it was to good to be true, the debug plugin to eclipse ddms is only 32 bit and is relying on some eclipse libraries. So ddms isn't working..

Similar Threads

  1. libs not available
    By deepc in forum Using Fedora
    Replies: 3
    Last Post: 22nd July 2005, 04:41 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •