Re: gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create' - Mailing list pgsql-general

From Tom Lane
Subject Re: gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'
Date
Msg-id 9033.1153834902@sss.pgh.pa.us
Whole thread Raw
In response to gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'  (Emi Lu <emilu@encs.concordia.ca>)
Responses Re: gmake Errors: pg_backup_archiver.c: undefined reference
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Lock changes with 8.1 - what's the right lock?
Next
From: Kenneth Downs
Date:
Subject: Re: sequences vs oids as primary keys