The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    ia32-libs

    Discussion in 'Linux Compatibility and Software' started by ahl395, Oct 8, 2011.

  1. ahl395

    ahl395 Ahlball

    Reputations:
    3,867
    Messages:
    8,218
    Likes Received:
    72
    Trophy Points:
    216
    Hey all

    Been awhile since i've touched linux, but having some issues.

    I need to get ia32-libs installed, but cant get it to work for me.

    Using this command:
    Get this output:
    Ive googled and nothing has helped so far. Did a "sudo apt-get update" and "sudo apt-get upgrade". Universal sources are enabled. No help!

    Thanks in advance. :)
     
  2. H.A.L. 9000

    H.A.L. 9000 Occam's Chainsaw

    Reputations:
    6,415
    Messages:
    5,296
    Likes Received:
    552
    Trophy Points:
    281
    Ubuntu?

    42char
     
  3. H.A.L. 9000

    H.A.L. 9000 Occam's Chainsaw

    Reputations:
    6,415
    Messages:
    5,296
    Likes Received:
    552
    Trophy Points:
    281
    For all Ubuntu arch:

    Code:
    apt-get install git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.6-dev squashfs-tools build-essential zip curl libncurses5-dev zlib1g-dev sun-java6-jdk pngcrush schedtool
    These are in addition to the above, but for 64-bit systems:

    Code:
    apt-get install lib32z1-dev lib32ncurses5-dev lib32readline5-dev gcc-multilib g++-multilib
    You have to use 64-bit to compile Gingerbread, so all the above packages are required. :)
     
  4. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Which distro are you running and is it 32 or 64 bit? :p
     
  5. ahl395

    ahl395 Ahlball

    Reputations:
    3,867
    Messages:
    8,218
    Likes Received:
    72
    Trophy Points:
    216
    Ah sorry :p Whoops forgot that little detail.

    Ubuntu 11.04 32bit.

    Ill try those above two commands, thanks HAL. :)

    EDIT: Both give some error message. :mad: Do i have to actually run 64bit Ubuntu?
     
  6. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Yes, ia32-libs is only for 64 bit distros. :)

    They are the compatibility layer for running 32 bit apps on 64 bit linux.

    Whatever you're doing that needs ia32-libs should run fine on a 32-bit distro. Unless it's mixed 32 and 64 bit.
     
  7. ahl395

    ahl395 Ahlball

    Reputations:
    3,867
    Messages:
    8,218
    Likes Received:
    72
    Trophy Points:
    216
    It's not, so it must be both... I'll install 64bit and see what happens
     
  8. H.A.L. 9000

    H.A.L. 9000 Occam's Chainsaw

    Reputations:
    6,415
    Messages:
    5,296
    Likes Received:
    552
    Trophy Points:
    281
    It's tedious, but it's rewarding. :) Promise.
     
  9. ahl395

    ahl395 Ahlball

    Reputations:
    3,867
    Messages:
    8,218
    Likes Received:
    72
    Trophy Points:
    216
    I hope i can actually figure out how to make/mod an Android kernel, since thats what i'm doing all this for :p