Results 1 to 3 of 3

Thread: Install 32bit library in Saucy 64bit??

  1. #1
    Join Date
    Mar 2014
    Beans
    4

    Install 32bit library in Saucy 64bit??

    I'm having problems using Eagle PCB version 5.12 in 64bit saucy. It seems to be a problem of libpng12-0.

    eagle
    eagle: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory



    As the ia32lib stuff is gone, how do I get this satisfied? I do have the 64bit version of this library, but that doesnt' seem usable by Eagle. As there is not an apt package for Eagle 5, dependencies are not automatically satisfied.

    ls /usr/lib/x86_64-linux-gnu/libpng*

    /usr/lib/x86_64-linux-gnu/libpng*
    /usr/lib/x86_64-linux-gnu/libpng12.a /usr/lib/x86_64-linux-gnu/libpng.a
    /usr/lib/x86_64-linux-gnu/libpng12.so /usr/lib/x86_64-linux-gnu/libpng.so
    /usr/lib/x86_64-linux-gnu/libpng12.so.0



    I am able to use Eagle 6.5, having installed the apt package for eagle 6.4 to get dependencies, then removed the 6.4 version.

    But there are times I want/need to use 5.x still, and so need this 32bit library somehow.

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Install 32bit library in Saucy 64bit??

    Try
    Code:
    sudo apt-get install libpng12-0:i386

  3. #3
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Install 32bit library in Saucy 64bit??

    Code:
    sudo apt-get install libpng12-0:i386
    More about multiarch, here.

    EDIT: oldos2er was faster

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
  •