From: | Michael Meskes <Michael_Meskes(at)topmail(dot)de> |
---|---|
To: | hoelc <hoelc(at)pd(dot)jaring(dot)my> |
Cc: | Michael Meskes <Michael_Meskes(at)topmail(dot)de>, James Thompson <jamest(at)math(dot)ksu(dot)edu>, pgsql-interfaces(at)postgreSQL(dot)org |
Subject: | Re: [INTERFACES] question on accessing PostgreSQL with C |
Date: | 1999-02-10 06:51:59 |
Message-ID: | 19990210075159.D657@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
On Wed, Feb 10, 1999 at 11:31:15AM +0800, hoelc wrote:
> I have a PostgreSQL-6.2.1 ( in RedHat Linux 5.0), and it doesn't has "ecpg".
That's correct. Ecpg is bundled with PostgreSQL since 6.3.
> I have downloaded "ecpg" from internet, but don't know how to install it into my
> PostgreSQL system. Please advise.
Which version of ecpg? You should be able to compile ecpg standalon without
much of a problem. Just make sure all programs you develop are linked with
-lecpg -lpq. Of course both libraries must be accessible. Also ecpg come
with some additional include files that have to be installed in a place
where cpp finds them.
Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(dot)Meskes(at)gmx(dot)net | Use PostgreSQL!
From | Date | Subject | |
---|---|---|---|
Next Message | Bob VonMoss | 1999-02-10 07:23:27 | Re: [INTERFACES] Re: connecting: unix socket? Yes. TCPIP port? No.-i? Yes. |
Previous Message | Rich Shepard | 1999-02-10 06:42:27 | Re: [INTERFACES] question on accessing PostgreSQL with C |