Re: Problems compiling odbc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Chris Hoover <revoohc(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Problems compiling odbc
Date: 2005-10-14 19:50:38
Message-ID: 24793.1129319438@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Chris Hoover wrote:
>> checking for SQLGetPrivateProfileString in -lodbcinst... no
>> checking for SQLGetPrivateProfileString in -liodbcinst... no
>> configure: error: no suitable ODBC driver manager found

> You need to install the development package for the driver manager. The
> package might be called unixodbc-devel or iodbc-devel or similar.

You may also need an explicit --with-unixodbc on the configure line;
leastwise that's what Red Hat's RPM does.

regards, tom lane

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Chris Hoover 2005-10-14 20:54:37 Re: Anyway to get "official" odbc rpms?
Previous Message Peter Eisentraut 2005-10-14 19:29:11 Re: Anyway to get "official" odbc rpms?