Re: Where is the libpg on OSX?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Where is the libpg on OSX?
Date: 2017-05-05 04:05:07
Message-ID: 3f4b986b-5b5e-f20a-7b6a-518110485bf5@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/04/2017 08:54 PM, Igor Korot wrote:
> Hi, ALL,
>
> [code]
> Igors-MacBook-Air:/ igorkorot$ find . -name *libpg*

Pretty sure what you are looking for is libpq:

https://www.postgresql.org/docs/9.6/static/libpq.html

> And then doing this:
> [code]
> Igors-MacBook-Air:/ igorkorot$ pg_config --libs
> -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm
> [/code]
>
> Thank you.
>
> P.S.: Server is running and I can successfully connect to it.
> FWIW, I'm running OSX 10.8.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2017-05-05 10:47:10 Re: Link errors
Previous Message Igor Korot 2017-05-05 03:54:27 Where is the libpg on OSX?