Re: [HACKERS] undefined symbol: PQescapeLiteral

2013-08-20 Thread amulsul
>You're linking against a pre-9.0 copy of libpq.so. Thanks for help :) I got my mistake . Regards, Amul Sul -- View this message in context: http://postgresql.1045698.n5.nabble.com/undefined-symbol-PQescapeLiteral-tp5767578p5767994.html Sent from the PostgreSQL - hackers mailing list archi

Re: [HACKERS] undefined symbol: PQescapeLiteral

2013-08-15 Thread Tom Lane
amul sul 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 -- Sen

[HACKERS] undefined symbol: PQescapeLiteral

2013-08-15 Thread amul sul
Hi, While testing performance of PG9.2.4 using DBT5, I am getting error in  /bh/bh.out     file as : *BrokerageHouseMain: symbol lookup error: BrokerageHouseMain: undefined symbol: PQescapeLiteral* So i tried with CPP code as follow -- test.cpp