>> On 17 Jul 2026, at 14:47, Daniel Westermann (DWE) >> <[email protected]> wrote:
>> [1086/2136] Compiling C object src/backend/postgres_lib.a.p/utils_adt_xml.c.o >> ../postgresql/src/backend/utils/adt/xml.c: In function ‘xml_parse’: >> ../postgresql/src/backend/utils/adt/xml.c:1924:25: warning: >> ‘xmlKeepBlanksDefault’ is deprecated [-Wdeprecated-declarations] >> 1924 | save_keep_blanks = >> xmlKeepBlanksDefault(preserve_whitespace ? 1 : 0); >> | ^~~~~~~~~~~~~~~~ >> In file included from ../postgresql/src/backend/utils/adt/xml.c:51: >Which version of libxml2 do you have installed? The standard on Rocky 10: postgres@rocky10-pgbox:/home/postgres/ [pg20] rpm -qa | grep libxml2 libxml2-2.12.5-10.el10_2.2.x86_64 libxml2-devel-2.12.5-10.el10_2.2.x86_64 Regards Daniel
