Problems with linking against PostgreSQL 8.4

From: Pavel Raiskup <praiskup(at)redhat(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Problems with linking against PostgreSQL 8.4
Date: 2013-12-06 17:22:17
Message-ID: 1875942.Ze3nnLVyR1@nb.usersys.redhat.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi, I tried to build the latest git version of postgresql odbc driver and
(even if the build seems to be complete) there is a linkage problem:

$ ldd -r ./.libs/psqlodbcw.so > /dev/null
undefined symbol: PQconnectdbParams (./.libs/psqlodbcw.so)

I see that the symbol was added to PostgreSQL project in ~2010 and it
seems to be a problem. Should I expect that newer drivers are able to be
run against older (still supported by PostgreSQL community) PostgreSQL
server, namely 8.4.13?

If that ^^ is a problem, could you please fix that? I could possibly look
at some configure.ac/#ifdef solution and propose a patch if you are not
against that..

Thanks, Pavel

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Boszormenyi Zoltan 2013-12-06 18:29:21 Re: Problems with linking against PostgreSQL 8.4
Previous Message Pavel Raiskup 2013-12-06 17:08:37 [PATCH] Silence GCC warnings, fix build