Re: pg_citus extension error
- Reply: Matthew Seaman : "Re: pg_citus extension error"
- Reply: ft : "Re: pg_citus extension error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jun 2023 06:21:15 UTC
On 16/06/2023 05:45, ft wrote: > A postgresql database v14 is running in a jail. > I installed pg_citus with portupgrade: no error messages > > I get an error, > (1). when I create extension citus; or > (2). when I change shared_preload_libraries and restart the database > > (1) > errormessage: > SQL Error [58P01]: ERROR: could not load library > "/usr/local/lib/postgresql/citus.so": /usr/local/lib/libcurl.so.4: > Undefined symbol > "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation" > Thank you very much for the report. The symbol you mention only appears in the curl sources -- there's no reference from pg_citus. So I feel this may be more a problem in curl than to do with pg_citus. Can I as what version of curl you have installed, and what options you used to build that port? Cheers, Matthew