public inbox for [email protected]
help / color / mirror / Atom feedInfo on compile environment for RHEL 8 version of PG 17-2.1
3+ messages / 2 participants
[nested] [flat]
* Info on compile environment for RHEL 8 version of PG 17-2.1
@ 2024-12-20 22:49 Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] <[email protected]>
0 siblings, 2 replies; 3+ messages in thread
From: Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] @ 2024-12-20 22:49 UTC (permalink / raw)
To: 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
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Info on compile environment for RHEL 8 version of PG 17-2.1
@ 2024-12-24 13:13 Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] <[email protected]>
parent: Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] <[email protected]>
1 sibling, 0 replies; 3+ messages in thread
From: Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] @ 2024-12-24 13:13 UTC (permalink / raw)
To: pgsql-admin
Since originally sending this for moderation, my DBA has reconfigured his LD_LIBRARY_PATH and verified some new options on pg_upgrade.
At last report, he had converted this databases to PG17-2.
Have a happy and quiet holiday everyone.
--
Michael H. “Mike” Hall, Sr. NASA-GSFC
Cell: 410-370-5901 Working Remotely from Baltimore
From: "Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY]" <[email protected]>
Date: Tuesday, December 24, 2024 at 7:10 AM
To: "[email protected]" <[email protected]>
Subject: Info on compile environment for RHEL 8 version of PG 17-2.1
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
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Info on compile environment for RHEL 8 version of PG 17-2.1
@ 2024-12-24 16:04 Tom Lane <[email protected]>
parent: Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] <[email protected]>
1 sibling, 0 replies; 3+ messages in thread
From: Tom Lane @ 2024-12-24 16:04 UTC (permalink / raw)
To: Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] <[email protected]>; +Cc: pgsql-admin
"Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY]" <[email protected]> writes:
> 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.
What error messages? The strace output you show just looks like the
program running through predefined search paths for libraries and
localization data.
In any case, when you don't say exactly what packages you're trying
to install or where you got them from, it's quite hard to say if
they're supposed to be compatible with RHEL8.
regards, tom lane
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2024-12-24 16:04 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-12-20 22:49 Info on compile environment for RHEL 8 version of PG 17-2.1 Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] <[email protected]>
2024-12-24 13:13 ` Hall, Michael H. (GSFC-423.0)[RAYTHEON COMPANY] <[email protected]>
2024-12-24 16:04 ` Tom Lane <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox