Results 1 to 4 of 4

Thread: Force the 32 bit version of libpng.so.3 to install

  1. #1
    Join Date
    Dec 2012
    Beans
    101

    Force the 32 bit version of libpng.so.3 to install

    I'm running 64 bit (as any sensible person with 64 bit hardware would) 12.10 and am trying to install HiDPoint.

    Unfortunately they have written it only for 32 bit. They claim that installing ia32-libs will let it work on a 64 bit OS, but this is incorrect - it doesn't solve the libpng problem.

    I have tried installing and soft linking to the 64 bit libpng.so.3, but they even go so far as to check the version of libpng and refuse to install if it isn't 32 bit!

    So I'm pretty sure I have no choice but to install what they want.

    I can't just use apt-get to install libpng3 - it installs the 64 bit version.

    How can I install the 32 bit version of libpng3 on my 64 bit Ubuntu?

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Force the 32 bit version of libpng.so.3 to install

    Have you tried...
    Code:
    sudo apt-get install libpng3:i386
    Cheesemill

  3. #3
    Join Date
    Jun 2007
    Beans
    14,793

    Re: Force the 32 bit version of libpng.so.3 to install

    Probably a good idea to make sure multiarch-support package is installed too.

    They claim that installing ia32-libs will let it work
    Those directions are outdated. Debian/Ubuntu handle multiarch differently nowadays.

  4. #4
    Join Date
    Dec 2012
    Beans
    101

    Re: Force the 32 bit version of libpng.so.3 to install

    Thank you very much guys!

    Multiarch didn't help unfortunately, but Cheesemill's
    sudo apt-get install libpng3:i386did exactly what I needed...

Bookmarks

Posting Permissions

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