Problems with newer linux odbc drivers

From: Chris Hoover <revoohc(at)gmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Problems with newer linux odbc drivers
Date: 2005-11-22 20:20:51
Message-ID: 1d219a6f0511221220r5f772363g3c608c85f5ff90d9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I'm having some interesting problems with the newer (v 8 and v8.1) odbc
drivers. They compile fine on my RedHat 4 AS box. However, when I try to
have some third party applications link against them, they complain about:

/usr/local/lib/psqlodbc.so: undefined reference to
`SQLWritePrivateProfileString'
/usr/local/lib/psqlodbc.so: undefined reference to
`SQLGetPrivateProfileString'

However, if I drop down to the version 7 odbc driver, everything links fine.
Any idea on why I am getting the undefined references?

I have tried this with the following version:

psqlodbc-07.03.200 - complies and linkable

psqlodbc-08.00.0102 - complies but not linkable with above mentioned problem

psqlodbc-08.01.0101 - complies but not linkable with above mentioned problem

We would really like to use the newer odbc drivers as we are at the start of
a large project of upgrading to PostgreSQL 8.1 and upgrading our third party
software.

Thanks for any ideas/advice.

Chris

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message =?iso-8859-1?q?Tomas_Sk=E4re?= 2005-11-22 20:37:50 Re: Problems with newer linux odbc drivers
Previous Message =?iso-8859-1?q?Tomas_Sk=E4re?= 2005-11-22 10:04:09 asynchronous execution