Re: Linux: directory change .../lib to .../lib64 - Mailing list pgsql-general

From Matthias Apitz
Subject Re: Linux: directory change .../lib to .../lib64
Date
Msg-id 20211201141450.GC9@sh4-5.1blu.de
Whole thread Raw
In response to Re: Linux: directory change .../lib to .../lib64  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Linux: directory change .../lib to .../lib64  (Ron <ronljohnsonjr@gmail.com>)
Re: Linux: directory change .../lib to .../lib64  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
El día Mittwoch, Dezember 01, 2021 a las 08:11:34 -0500, Tom Lane escribió:

> Matthias Apitz <guru@unixarea.de> writes:
> > Below the top level directory (--prefix) the lib directory changed with
> > version 14.x now from .../lib to .../lib64:
> 
> > ls -ld /usr/local/sisis-pap/pgsql-*/li*
> > drwxr-xr-x 1 root root 2754 19. Jul 09:58 /usr/local/sisis-pap/pgsql-13.3/lib
> > drwxr-xr-x 1 root root 1594 19. Okt 10:36 /usr/local/sisis-pap/pgsql-14.0/lib64
> > drwxr-xr-x 1 root root 2810 29. Nov 10:59 /usr/local/sisis-pap/pgsql-14.1/lib64
> 
> > This would mean changes of LD_LIBRARY_PATH of our servers using the
> > PostgreSQL server with ESQL/C interface (libecpg.so.6). Why this change
> > was made?

From the file config.log:

...
configure:2687: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
|
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
...

-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
May, 9: Спаси́бо освободители! Thank you very much, Russian liberators!



pgsql-general by date:

Previous
From: Matthias Apitz
Date:
Subject: Re: Linux: directory change .../lib to .../lib64
Next
From: Ron
Date:
Subject: Re: Linux: directory change .../lib to .../lib64