Re: LibreOffice driver 1: Building libpq with Mozilla LDAP instead of OpenLDAP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LibreOffice driver 1: Building libpq with Mozilla LDAP instead of OpenLDAP
Дата
Msg-id 28079.1323791006@sss.pgh.pa.us
обсуждение исходный текст
Ответ на LibreOffice driver 1: Building libpq with Mozilla LDAP instead of OpenLDAP  (Lionel Elie Mamane <lionel@mamane.lu>)
Ответы Re: LibreOffice driver 1: Building libpq with Mozilla LDAP instead of OpenLDAP  (Lionel Elie Mamane <lionel@mamane.lu>)
Список pgsql-hackers
Lionel Elie Mamane <lionel@mamane.lu> writes:
> I've revived the old moribund / bitrotten OpenOffice driver for
> PostgreSQL (originally at
> http://dba.openoffice.org/drivers/postgresql/index.html). As you may
> already know, OpenOffice was forked into LibreOffice. Barring any
> unforeseen disaster, LibreOffice 3.5 (to be released in early February
> 2011) will bundle that driver.

Cool ...

> As part of this integration, I have a few questions / remarks.

> LibreOffice can be configured at build-time to use Mozilla LDAP or
> OpenLDAP. We patched postgresql's configure.in to build libpq with
> Mozilla LDAP when requested to do so.

Um, if I interpret this correctly, you're intending to make OpenOffice
include a bundled copy of libpq.so.  With my other hat on (the red
fedora) that sounds like a truly awful idea.  Distros do not like
packages that include bundled copies of other packages' libraries,
because they're a nightmare for updates (cf recent discussions about
static libraries, which are the same thing).  I strongly suggest you
find a way to not need to do this.

> I wanted to check that this is not by any chance known to produce a
> more-or-less subtly broken libpq.

No, we are not going to make any promises about that.
        regards, tom lane


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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: JSON for PG 9.2
Следующее
От: Robert Haas
Дата:
Сообщение: Re: libpq: PQcmdStatus, PQcmdTuples signatures can be painlessly improved