Re: Distribution package for OSX

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL ODBC list <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Distribution package for OSX
Date: 2016-12-03 15:57:21
Message-ID: CA+FnnTz69rb1ZkuA8_dP3hnvHnQ8tuxRtN5e1ZMpOktt+FuEsw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Adrian,

On Sat, Dec 3, 2016 at 9:32 AM, Igor Korot <ikorot01(at)gmail(dot)com> wrote:
> Adrian,
>
> On Sat, Dec 3, 2016 at 9:30 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>> On 12/03/2016 06:06 AM, Igor Korot wrote:
>>>
>>> Michael,
>>>
>>> On Sat, Dec 3, 2016 at 4:03 AM, Michael Paquier
>>> <michael(dot)paquier(at)gmail(dot)com> wrote:
>>>>
>>>> On Sat, Dec 3, 2016 at 12:35 PM, Igor Korot <ikorot01(at)gmail(dot)com> wrote:
>>>>>
>>>>> So which version of the driver I can use?
>>>>> The one that will understand the version I have and successfully can
>>>>> be configured
>>>>> and compiled.
>>>>
>>>>
>>>> PQsetSingleRowMode is only available since Postgres 9.2, so you need
>>>> to install a newer version via homebrew or macports.
>>>
>>>
>>> I don't really care about latest and greatest.
>>> All I need is to test whether I can connect to the PostgreSQL DB thru the
>>> ODBC
>>> with iODBC on OSX and execute some queries.
>>
>>
>> Got to your other post that mentioned you are using Postgres 9.1.9.
>> So that pushes the psqlodbc version back to psqlodbc-09.00.0310 or older.

I successfully compiled and installed the driver in /usr/local/lib.
However, when I tried to run the iODBC Administrator and tried to add
the new DSN
the driver was not available.
Trying to run "ldconfig" I see that this binary is not available.

I configured the driver with

[quote]
../configure --with-odbc=/Library/Framework/iODBC.Framework/iODBC
[/quote]

Am I missing a configure switch?

Thank you.

>
> OK, got it.
> Thx.
>
>>
>>
>>>
>>> Thank you.
>>>
>>>> --
>>>> Michael
>>>
>>>
>>>
>>
>>
>> --
>> Adrian Klaver
>> adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2016-12-03 17:08:10 Re: Distribution package for OSX
Previous Message Igor Korot 2016-12-03 14:32:46 Re: Distribution package for OSX