From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | seong(dot)lim42(at)gmail(dot)com |
Subject: | BUG #18557: Compatibility issue |
Date: | 2024-07-26 21:06:51 |
Message-ID: | 18557-9f8fc58442b572e2@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 18557
Logged by: Seong Lim
Email address: seong(dot)lim42(at)gmail(dot)com
PostgreSQL version: 14.12
Operating system: SUSE 15 SP 4
Description:
Hi,
This is more of an inquiry than a bug report, but lately I have been trying
to install PostgreSQL 14.12 on a SUSE 15.4 machine and ran into an error:
bin/postgres: libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required
by /opt/mstr/install/Repository/postgres14/lib/libicuuc.so.73)
Basically, my understanding is that PostgreSQL 14.12 requires some ICU
libraries that are compiled with higher version of glibc than SUSE 15.4's
default one. I noticed this issue on SUSE 15 SP 5 as well. Problem is, I
have a client who is on SUSE 15.4 and is not willing to install SP 6 (but
may consider SP 5), and also doesn't want to upgrade glibc version due to
other concerns. In this case, do you see any other way of making PostgreSQL
14.12 functioning on SUSE 15 SP 4 or 5? Thank you.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-07-26 23:19:00 | Re: BUG #18557: Compatibility issue |
Previous Message | PG Bug reporting form | 2024-07-26 19:07:52 | BUG #18556: Parallel operation error during CREATE TABLE AS statement |