Re: undefined symbol: PQescapeLiteral

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: amul sul <sul_amul(at)yahoo(dot)co(dot)in>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: undefined symbol: PQescapeLiteral
Date: 2013-08-16 04:20:44
Message-ID: 22829.1376626844@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

amul sul <sul_amul(at)yahoo(dot)co(dot)in> writes:
> While testing performance of PG9.2.4 using DBT5, I am getting error in
> *BrokerageHouseMain: symbol lookup error: BrokerageHouseMain: undefined symbol: PQescapeLiteral*

You're linking against a pre-9.0 copy of libpq.so.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rushabh Lathia 2013-08-16 06:22:26 Re: insert throw error when year field len > 4 for timestamptz datatype
Previous Message amul sul 2013-08-16 02:43:02 undefined symbol: PQescapeLiteral