Where to find postgresql libs in the APT repo ?
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
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
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 programminglibpq-dev - header files for libpq5 (PostgreSQL library)
libpq5 - PostgreSQL C client libraryWould 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 !