The following bug has been logged on the website: Bug reference: 18424 Logged by: Arun Email address: arun007@pm.me PostgreSQL version: 16.2 Operating system: Linux Description: Static linking openldap results in failure with the following error: libpq.so.5.16: U pthread_exit@GLIBC_2.2.5 libpq must not be calling any function which invokes exit
PG Bug reporting form <noreply@postgresql.org> writes:
> Static linking openldap results in failure with the following error:
> libpq.so.5.16: U pthread_exit@GLIBC_2.2.5
> libpq must not be calling any function which invokes exit
[ shrug... ] So don't do that. Statically linking libraries from
different sources is a pretty evil idea anyway, because it makes
package updates much harder.
Having said that, if you're hacking the makefiles enough to make
the link static, you can surely find and remove that check. Just
don't expect us to take a patch to that effect.
regards, tom lane
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера