Re: configure openldap crash warning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure openldap crash warning
Дата
Msg-id 2360302.1651678212@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: configure openldap crash warning  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: configure openldap crash warning  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
>> I tried building with Homebrew-supplied openldap.  What ends up 
>> happening is that the postgres binary is indeed linked with openldap, 
>> but libpq still is linked against the OS-supplied LDAP framework. 
>> (Checked with "otool -L" in each case.)  Can someone else reproduce 
>> this, too?

> [ it works with MacPorts ]

Oh, I have a theory about this: I bet your Homebrew installation
has a recent OpenLDAP version that only supplies libldap not libldap_r.
In that case, configure will still find libldap_r available and will
bind libpq to it, and you get the observed result.  The configure
check is not sophisticated enough to realize that it's finding chunks
of two different OpenLDAP installations.

Not sure about a good fix.  If we had a way to detect which library
file AC_CHECK_LIB finds, we could verify that libldap and libldap_r
come from the same directory ... but I don't think we have that.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Completed unaccent dictionary with many missing characters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Completed unaccent dictionary with many missing characters