Re: Where to find libpq++ ?

Lists: pgsql-interfaces
From: "rick richards" <rr047928(at)gmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Where to find libpq++ ?
Date: 2008-07-01 17:29:25
Message-ID: 6e4995dd0807011029y4c6c6d31rc2feec840b68c85e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Hello,

I've got some old CPP source code which I need to compile.
The code uses "libpq++.h", but I wasn't able to find such a file in any of
the standard Ubuntu packages.
I know libpq++ is old (and replaced by libpqxx), but I still need to compile
this program...

Please advice on where to find libpq++.

I'm using Ubuntu Hardy (8.04),
PostgerSQL-8.3,
with libpq and libpq-dev installed.

Thanks!
Rick.


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "rick richards" <rr047928(at)gmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Where to find libpq++ ?
Date: 2008-07-01 19:02:32
Message-ID: 17763.1214938952@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

"rick richards" <rr047928(at)gmail(dot)com> writes:
> Please advice on where to find libpq++.

If it's not on pgfoundry, you'll have to go digging in PG 7.2.x source
tarballs. In any case I think there's about 0 chance of finding it
prebuilt for any modern distro --- you'll have to compile from source.

regards, tom lane