Re: Distribution package for OSX

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: 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 03:35:05
Message-ID: CA+FnnTyfbt49O_7D5m+kXbiO1sJG8Eu1mUMdjCYYexbTczwm4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi, Michael,

On Fri, Dec 2, 2016 at 1:15 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Fri, Dec 2, 2016 at 1:47 PM, Igor Korot <ikorot01(at)gmail(dot)com> wrote:
>> Hi, Tom,
>>
>> On Thu, Dec 1, 2016 at 10:48 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>>> Igor Korot <ikorot01(at)gmail(dot)com> writes:
>>>> This is what I get trying to compile latest source:
>>>
>>>>> checking for PQsetSingleRowMode in -lpq... no
>>>>> configure: error: libpq library version >= 9.2 is required
>>>
>>> Apple does ship a copy of libpq in /usr/lib, but it's generally a bit
>>> back-rev, and you're working in a macOS release that's itself several
>>> years out of date. You'll need to install a newer libpq to satisfy this
>>> ODBC version, evidently.
>>
>> Is there a way to see what version of PostgreSQL is installed on
>> the system?
>> Because then it would be easy to find out what version of ODBC
>> driver I should have to connect.
>> Or maybe I already have the driver, since I have iODBC installed?
>>
>> Just checked - driver is not there.
>
> pg_config --version. You just need to look for its binary in your
> system. For homebrew, which I actively use, that would be under
> /usr/local/.

[code]
Igors-MacBook-Air:buildMac igorkorot$ pg_config --version
PostgreSQL 9.1.9
[/code]

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.

Thank you.

> --
> Michael

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Igor Korot 2016-12-03 03:38:11 Re: Distribution package for OSX
Previous Message Michael Paquier 2016-12-02 06:47:05 Re: Distribution package for OSX