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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: emilu(at)encs(dot)concordia(dot)ca
Cc: "pgsql-general postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: gmake Errors: pg_backup_archiver.c: undefined reference to `lo_create'
Date: 2006-07-25 13:41:42
Message-ID: 9033.1153834902@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Emi Lu <emilu(at)encs(dot)concordia(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message xyzyx 2006-07-25 13:54:00 wrong timestamp
Previous Message Michael Fuhr 2006-07-25 13:14:53 Re: Lock changes with 8.1 - what's the right lock?