Обсуждение: Where to find postgresql libs in the APT repo ?

Поиск
Список
Период
Сортировка

Where to find postgresql libs in the APT repo ?

От
Laura Smith
Дата:
Hi,

Am looking to compile some software that will make use of Postgresql libraries.

However doing "apt-cache search postgresql-11-*" I can't see any libs or dev package ?

Would installing "postgresql-client-11" be sufficient ?   I don't really want to go installing the whole shebang.

Thanks !

Laura



Re: Where to find postgresql libs in the APT repo ?

От
Adrian Klaver
Дата:
On 4/14/19 12:09 PM, Laura Smith wrote:
> Hi,
> 
> Am looking to compile some software that will make use of Postgresql libraries.
> 
> However doing "apt-cache search postgresql-11-*" I can't see any libs or dev package ?

postgresql-server-dev-11 - development files for PostgreSQL 11 
server-side programming

libpq-dev - header files for libpq5 (PostgreSQL library)
libpq5 - PostgreSQL C client library

> 
> Would installing "postgresql-client-11" be sufficient ?   I don't really want to go installing the whole shebang.
> 
> Thanks !
> 
> Laura
> 
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



Re: Where to find postgresql libs in the APT repo ?

От
Laura Smith
Дата:


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, April 14, 2019 8:34 PM, Adrian Klaver <adrian.klaver@aklaver.com> wrote:

> On 4/14/19 12:09 PM, Laura Smith wrote:
>
> > Hi,
> > Am looking to compile some software that will make use of Postgresql libraries.
> > However doing "apt-cache search postgresql-11-*" I can't see any libs or dev package ?
>
> postgresql-server-dev-11 - development files for PostgreSQL 11
> server-side programming
>
> libpq-dev - header files for libpq5 (PostgreSQL library)
> libpq5 - PostgreSQL C client library
>
> > Would installing "postgresql-client-11" be sufficient ?   I don't really want to go installing the whole shebang.
> > Thanks !
> > Laura
>
> --
>
> Adrian Klaver
> adrian.klaver@aklaver.com


Awesome !  Thank you !