Info on compile environment for RHEL 8 version of PG 17-2.1

From: "Hall, Michael H(dot) (GSFC-423(dot)0)[RAYTHEON COMPANY]" <michael(dot)h(dot)hall-1(at)nasa(dot)gov>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Info on compile environment for RHEL 8 version of PG 17-2.1
Date: 2024-12-20 22:49:05
Message-ID: 5E4EA1D0-A769-4C0C-8A25-6D732CA44EF5@nasa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I’m a SysAdmin who has provided following packages to allow my DBA to transfer an Open Source compiled version of PG 13 to PG 17-2.1 installed from site RPMs.

The system in use has glibc v2.28-251 as provided by RH and recently patched (early Dec 2024).

Wondering if the version in repo is a newer version of Glibc based on some of the error messages.
Have reduced this list for length, but seems like there may also be a related language type missing (libc.mo).

stat("/usr/pgsql-17/lib/tls/haswell/avx512_1", 0x7ffcf160eb30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/pgsql-17/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/pgsql-17/lib/tls/haswell/x86_64", 0x7ffcf160eb30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/pgsql-17/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/pgsql-17/lib/tls/haswell", 0x7ffcf160eb30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/pgsql-17/lib/tls/avx512_1/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/pgsql-17/lib/tls/avx512_1/x86_64", 0x7ffcf160eb30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/pgsql-17/lib/tls/avx512_1/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/pgsql-17/lib/tls/avx512_1", 0x7ffcf160eb30) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/pgsql-17/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

openat(AT_FDCWD, "/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)

--
Michael H. “Mike” Hall, Sr. NASA-GSFC
Cell: 410-370-5901 Working Remotely from Baltimore

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2024-12-21 15:42:40 Re: General Enquiry
Previous Message Sam Stearns 2024-12-20 15:08:31 Re: How To Configure PostgreSQL to Use LDAP for Authentication