From: | "Serguei A(dot) Mokhov" <mokhov(at)cs(dot)concordia(dot)ca> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Compiling from CVS: undefined reference to |
Date: | 2004-09-28 05:51:06 |
Message-ID: | Pine.LNX.4.58.0409280146430.22546@alamanni.encs.concordia.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, 27 Sep 2004, Tom Lane wrote:
> Date: Mon, 27 Sep 2004 19:34:45 -0400
>
> "Serguei A. Mokhov" <mokhov(at)cs(dot)concordia(dot)ca> writes:
> > pg_backup_db.o(.text+0x9f): In function `_check_database_version':
> > : undefined reference to `PQparameterStatus'
>
> I'd say it is picking up a several-versions-back libpq.so from
> somewhere, but it's hard to tell where. Do you have anything already
> installed in /usr/local/pgsql/lib? What configure arguments did you
> use?
The configure args were just "--enable-nls", but it's irrelevant as your
first guess is correct -- it picked up libpq.so of 7.3.6... in /usr/lib it
is. I actually was not aware that the admin had postgres installed there,
so I just went ahead and tried to compile a fresh checkout and got a bit
puzzled the error and it did not occur to me to see if there was
something already installed as the server is new.
Sorry for the noise :(
> regards, tom lane
>
--
Serguei A. Mokhov | /~\ The ASCII
Computer Science Department | \ / Ribbon Campaign
Concordia University | X Against HTML
Montreal, Quebec, Canada | / \ Email!
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2004-09-28 07:26:00 | Re: Reviving Time Travel (was Re: 'TID index') |
Previous Message | D. Duccini | 2004-09-28 00:14:09 | date_trunc'd timestamp index possible? |