Re: Trouble compiling C++ programs: libpq++ error in Red Hat v9

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема Re: Trouble compiling C++ programs: libpq++ error in Red Hat v9
Дата
Msg-id 20040212143208.GT94664@xs4all.nl
обсуждение исходный текст
Ответ на Trouble compiling C++ programs: libpq++ error in Red Hat v9  ("Mike S. Nowostawsky" <mikenowo@sympatico.ca>)
Список pgsql-interfaces
On Wed, Feb 11, 2004 at 08:54:57PM -0500, Mike S. Nowostawsky wrote:
> I am having trouble compiling programs (that I created back in Red Hat v7.1)
> because of the libpq++ libs (they don't exist in RH9). I tried finding them
> on the net but can't install them because of the various dependency
> conflicts with RH9.
Package dependencies can sometimes be overly strict.  You may be able to
get away with building your own libpq++ from the latest sources (see gborg)
and installing that version.


> How can I get this to compile now in RH9? Is there a replacement for the old
> libpq++ libs I can point to? Thx!

There is libpqxx, but it's a completely new API--not a drop-in replacement
for libpq++.  It's more flexible than libpq++ in most ways, so porting your
code shouldn't be too difficult if it's relatively straightforward stuff.

You can find libpqxx at http://pqxx.tk/


Jeroen



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: mike
Дата:
Сообщение: confused newbie (to pg not db's)
Следующее
От: kwiles81@earthlink.net
Дата:
Сообщение: Re: Can not connect with pgin.tcl