Re: Problems with linking against PostgreSQL 8.4 - Mailing list pgsql-odbc

From Boszormenyi Zoltan
Subject Re: Problems with linking against PostgreSQL 8.4
Date
Msg-id 52A21781.70803@cybertec.at
Whole thread Raw
In response to Problems with linking against PostgreSQL 8.4  (Pavel Raiskup <praiskup@redhat.com>)
Responses Re: Problems with linking against PostgreSQL 8.4  (Pavel Raiskup <praiskup@redhat.com>)
List pgsql-odbc
2013-12-06 18:22 keltezéssel, Pavel Raiskup írta:
> 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?

You need to compile against a newer libpq but after that,
you can connect to an older server.

>
> 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
>
>
>


--
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt, Austria
Web: http://www.postgresql-support.de
      http://www.postgresql.at/



pgsql-odbc by date:

Previous
From: Pavel Raiskup
Date:
Subject: Problems with linking against PostgreSQL 8.4
Next
From: Pavel Raiskup
Date:
Subject: Re: Problems with linking against PostgreSQL 8.4