Results 1 to 10 of 23

Thread: Ubuntu 6.10 (Edgy)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2005
    Location
    UK
    Posts
    991
    I posted in the other thread...

    Try:-

    Code:
    sudo apt-get install ia32-libs
    That installs the 32 bit compatibility libraries. I needed that to run Opera, Folding@home and some other programs cos Java and Flash aren't 64 bit compatible from what I've been reading..(or it's easier to use a 32bit browser and 32 bit plugins).

    There are specific ones for Java etc but I think those are downloaded as dependencies for the ia32-libs.
    Last edited by drezha; 05-04-2007 at 05:03 PM.

  2. #2
    Join Date
    Apr 2005
    Location
    US
    Posts
    2,229
    Quote Originally Posted by drezha View Post
    I posted in the other thread...

    Try:-

    Code:
    sudo apt-get install ia32-libs
    That installs the 32 bit compatibility libraries. I needed that to run Opera, Folding@home and some other programs cos Java and Flash aren't 64 bit compatible from what I've been reading..(or it's easier to use a 32bit browser and 32 bit plugins).

    There are specific ones for Java etc but I think those are downloaded as dependencies for the ia32-libs.
    bingo - bango -bongo you "think" right!! Thank you *very* much. Two instances of d2ol are off and running now. Now for a timing run to see how the ubuntu fiesty does compared to opensuse on output over a 24 hour period. I do have to say though that other than learning the intracacies of a new distro, I'm quite impressed with the Ubuntu Server performance wise. I'm not a fan though of using "sudo" as I was raised in the unix/linux world that it presented too large a window for possible security issues. Whether or not that's the case now I have no idea.
    Last edited by Brucifer; 05-04-2007 at 05:30 PM.

  3. #3
    Join Date
    Apr 2005
    Location
    US
    Posts
    2,229
    @Drezha -- Well I spoke a wee bit too soon...

    Now I've progressed to the libstdc++-libc6.2-2.so.3 issue as the d2ol app is just whizzing through the analyzing steps but not really doing any work.


    So what do they call the compat-libstdc++-2... in ubuntu? or do you have to do a soft link? If so, what do you use???

  4. #4
    You can probably just symlink to the one you need.

    ln -s <source> <target>

    Bok

Posting Permissions

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