From: | "Katsaros Kwn/nos" <ntinos(at)aueb(dot)gr> |
---|---|
To: | "Farrukh Afzal" <mfarrukhafzal(at)gmail(dot)com>, pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: How to get Libpq? |
Date: | 2004-12-13 06:25:41 |
Message-ID: | 005001c4e0dc$c8301dc0$d7fffbc3@NTINOAS |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
libpq comes with the PostgreSQL installation, you dont have to explicitly
get it from anyware.
It is usually available in /usr/local/pgsql/lib
read the documentation for compilation/linking issues:
http://www.postgresql.org/docs/current/static/libpq-build.html
regards,
Ntinos Katsaros
----- Original Message -----
From: "Farrukh Afzal" <mfarrukhafzal(at)gmail(dot)com>
To: <pgsql-interfaces(at)postgresql(dot)org>
Sent: Friday, December 10, 2004 8:51 PM
Subject: [INTERFACES] How to get Libpq?
> Hello,
> i have just started working with postgres. I want ot access
> the database from c or c++. I got some help from manual. I explained
> that libpq or libpq++ is required. I am working o redhat 9. i have all
> the packages installed, but i don't have the libpq and libpq++
> installed. How can i get these libraries?please reply with a bit
> detail, as i am new to linux so need more help.
>
> FARRUKH.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | Jeroen T. Vermeulen | 2004-12-13 11:22:45 | Re: How to get Libpq? |
Previous Message | Farrukh Afzal | 2004-12-10 18:51:29 | How to get Libpq? |