Re: Archlinux, ossp-uuid

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Archlinux, ossp-uuid
Дата
Msg-id 5856.1293485348@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Archlinux, ossp-uuid  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> ******* ******<nizhikov@gmail.com> wrote:
>> 2010/12/27 Kevin Grittner <Kevin.Grittner@wicourts.gov>
>>> Did you configure --with_ossp_uuid?  Did you get any errors or
>>> warnings when you ran ./configure?
>> yes. I configure with this flag.
>> Configure ends successfull.
> Oh, by the way, my copy/paste of the switch (from the Makefile) used
> underscores; on the ./configure line you'd need to use dashes:
> --with-ossp-uuid

I think if you spell it with underscores, configure will ignore it as an
unrecognized switch.  There is a warning that comes out about that, but
only a warning.  Possibly that's why the reconfiguration appeared
successful but nothing useful happened.

As far as the underlying problem is concerned, my bet is on one of two
cases

(1) OP forgot to install -devel or -dev subpackage

(2) OP does not in fact have OSSP's uuid installed, but some other
library calling itself uuid; there is a reasonably popular one from
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng for instance.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Suggesting a libpq addition
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Streaming replication as a separate permissions