Re: gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'
Дата
Msg-id 9033.1153834902@sss.pgh.pa.us
обсуждение исходный текст
Ответ на gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'  (Emi Lu <emilu@encs.concordia.ca>)
Ответы Re: gmake Errors: pg_backup_archiver.c: undefined reference  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-general
Emi Lu <emilu@encs.concordia.ca> writes:
> I did make distclean, and I retried "configuration and ", but I still
> saw the following errors:

The only other theory I can think of is that the linker is picking up
an old libpq.so from /home/postgresql/lib because of the -rpath switch
... which it should not be doing, but maybe it is anyway.  If there's
an 8.0 libpq.so there, try getting rid of it.

            regards, tom lane

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Lock changes with 8.1 - what's the right lock?
Следующее
От: Kenneth Downs
Дата:
Сообщение: Re: sequences vs oids as primary keys