Re: DBT5 execution failed due to undefined symbol: PQescapeLiteral

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: DBT5 execution failed due to undefined symbol: PQescapeLiteral
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17C063BE@ntex2010a.host.magwien.gv.at
обсуждение исходный текст
Ответ на DBT5 execution failed due to undefined symbol: PQescapeLiteral  (amul sul <sul_amul@yahoo.co.in>)
Ответы Re: DBT5 execution failed due to undefined symbol: PQescapeLiteral  (amulsul <sul_amul@yahoo.co.in>)
Список pgsql-performance
amul sul wrote:
> I am trying to run DBT5 to test performance of PG9.2.4,
> 
> But execution failed due to undefined symbol: PQescapeLiteral error in <output_dir>/bh/bh.out
> 
> Full error as follow:
[...]
> BrokerageHouseMain: symbol lookup error: BrokerageHouseMain: undefined symbol: PQescapeLiteral
> --------------------------------------------------------------------------
> 
> Environment :
> 
> CentOS 6.4(Final)
> PG installed using source code
> 
> DBT5 is cloned from http://github.com/petergeoghegan/dbt5.git
> also tried with http://git.code.sf.net/p/osdldbt/dbt repo with pg9.0
> 
> same error occur when used with PG9.0,PG9.1 PG9.3beta2

That is a problem on the client side.

I guess that your binary was built and linked with PostgreSQL client library (libpq)
from version 9.0 or later, but you are trying to run it with a libpq.so
from version 8.4 or earlier (where PQescapeLiteral was not defined).

In that case you should upgrade the PostgreSQL client.

Yours,
Laurenz Albe

В списке pgsql-performance по дате отправления:

Предыдущее
От: amul sul
Дата:
Сообщение: DBT5 execution failed due to undefined symbol: PQescapeLiteral
Следующее
От: Александр Белинский
Дата:
Сообщение: Re: Function execute slow down in 9.2