Re: Cannot load lib32z1: 32 bit package

2021-05-31 Thread Jeffrey Walton
On Mon, May 31, 2021 at 3:59 PM Pienkowski Andy
 wrote:
>
> I am writing to you in some desperation to find out how to load the lib32z1 
> package into a Ubuntu 20.04 installation.  I have two equivalent dual boot 
> Ububtu 20.04 systems.  One has the lib32z1 installed, the other will not 
> allow its installation for some reason?  (Please see the attached picture.)

In the old days you just installed ia32-libs.

Nowadays you do something like this:

$ sudo apt-get install lib32z1 lib32ncurses5
$ sudo apt-get install gcc-multilib gcc-7-multilib
$ sudo apt-get install g++-multilib g++-7-multilib

You should check the version of GCC that comes with the platform and
use the specific version when installing. My -m32 test system happens
to use GCC 7 by default, hence gcc-7-multilib and g++-7-multilib.

If you have dependencies, then you use the :i386 syntax, like:

$ sudo apt-get install libfoo:i386

Jeff

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: libconfig is very old

2021-05-31 Thread Tong Sun
On Thu, May 20, 2021 at 5:48 PM Adam Roach - a...@nostrum.com wrote:
>
> Hi! I was writing to find out what would be necessary to update the
> version of libconfig that ships with Ubuntu from 1.5-0.2 (released in
> 2015) to a more recent version, like 1.7.2. The version available from
> github just configures and compiles without any issue on Ubuntu 20:
>
> https://hyperrealm.github.io/libconfig/dist/libconfig-1.7.2.tar.gz

Contributing to Ubuntu's upstream, Debian, is the normal way to go.
See https://www.debian.org/doc/manuals/maint-guide/ to start with.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss