Обсуждение: where is the libpq++ ??
hello, I 've upgrade to 7.3.1 but when i try to add libpq++ interface, i don't find it ?? in my interfaces dir there are: drwxrwxrwx 2 70 70 4096 déc 22 05:32 cli/ drwxrwxrwx 6 70 70 4096 déc 22 05:32 ecpg/ drwxrwxrwx 4 70 70 4096 déc 22 05:33 jdbc/ drwxrwxrwx 2 70 70 4096 déc 22 05:34 libpgtcl/ drwxrwxrwx 3 70 70 4096 jan 23 09:55 libpq/ -rw-r--r-- 1 70 70 900 aoû 30 15:06 Makefile drwxrwxrwx 3 70 70 4096 déc 22 05:34 python/ how to compile libpq++ interface ? thank.
On Thu, Jan 23, 2003 at 12:24:29PM +0100, Maura Mathieu wrote: > hello, > > I 've upgrade to 7.3.1 but when i try to add libpq++ interface, i don't > find it ?? It has moved to gborg.postgresql.org - I'm trying and failing to find the relevant webpage. The CVS/Root is: :pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/libpqpp Cheers, Patrick
>>>>> "Patrick" == Patrick Welche <prlw1@newn.cam.ac.uk> writes:
>> I 've upgrade to 7.3.1 but when i try to add libpq++ interface
>> i don't find it ??
Patrick> It has moved to gborg.postgresql.org - I'm trying and failing
Patrick> to find the relevant webpage. The CVS/Root is:
Patrick> :pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/libpqpp
But that installs as libpqxx.{so,a}, not as libpq++.{so,a}. So note
that to use it you need to recompile apps, change Makefiles (perhaps
via autoconf or similar) etc.
-JimC
On Sun, Jan 26, 2003 at 05:41:40PM -0500, James H. Cloos Jr. wrote:
>
> Patrick> :pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/libpqpp
>
> But that installs as libpqxx.{so,a}, not as libpq++.{so,a}. So note
> that to use it you need to recompile apps, change Makefiles (perhaps
> via autoconf or similar) etc.
That's odd--libpqxx and libpq++ may serve the same purpose, but
otherwise they're very different beasts.
Jeroen
>>>>> "Jeroen" == Jeroen T Vermeulen <jtv@xs4all.nl> writes: Jeroen> That's odd--libpqxx and libpq++ may serve the same purpose, Jeroen> but otherwise they're very different beasts. OK. That is what I initial presumed, but the post I replied to implied otherwise. -JimC
On Sun, Jan 26, 2003 at 05:41:40PM -0500, James H. Cloos Jr. wrote:
> >>>>> "Patrick" == Patrick Welche <prlw1@newn.cam.ac.uk> writes:
>
> >> I 've upgrade to 7.3.1 but when i try to add libpq++ interface
> >> i don't find it ??
>
> Patrick> It has moved to gborg.postgresql.org - I'm trying and failing
> Patrick> to find the relevant webpage. The CVS/Root is:
>
> Patrick> :pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/libpqpp
>
> But that installs as libpqxx.{so,a}, not as libpq++.{so,a}. So note
> that to use it you need to recompile apps, change Makefiles (perhaps
> via autoconf or similar) etc.
It does? It installed as libpq++ for me. Are you sure you really do have
the source from libpqpp and not libpqxx?
Cheers,
Patrick
From: "Patrick Welche" <prlw1@newn.cam.ac.uk> > On Thu, Jan 23, 2003 at 12:24:29PM +0100, Maura Mathieu wrote: > > hello, > > > > I 've upgrade to 7.3.1 but when i try to add libpq++ interface, i don't > > find it ?? > > It has moved to gborg.postgresql.org - I'm trying and failing to find > the relevant webpage. The CVS/Root is: > > :pserver:anonymous@gborg.postgresql.org:/usr/local/cvsroot/libpqpp The libpqpp Project -- libpq++ http://gborg.postgresql.org/project/libpqpp/projdisplay.php pgsql-server/src/interfaces/libpq++/: http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/libpq ++/?hideattic=0 but on "CHANGES", it notes: "Revision 1.4, Thu Aug 22 00:15:12 2002 UTC (5 months, 1 week ago) by scrappy CVS Tags: HEAD Changes since 1.3: +0 -0 lines FILE REMOVED Okay, libpq++ is moved to GBorg, and all traces of it have been removed from the core repository ... I haven't *moved* the libpq++ files out of the tree, mainly as we want to keep them in place for past branches ... Peter, I think I've covered all the files I need, and re-ran autoconf to make sure the configure file is in place properly ..." And for good measure, OpenBSD's port :-): http://www.codeninja.nl/openbsd/libpq/