Re: Finding the pqlib version

Поиск
Список
Период
Сортировка
От Christoph Zwerschke
Тема Re: Finding the pqlib version
Дата
Msg-id 43EE7ACB.5060808@online.de
обсуждение исходный текст
Ответ на Re: Finding the pqlib version  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Finding the pqlib version  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-interfaces
Bruce Momjian wrote:> I was wondering that myself.  I am thinking you would need to use> dlopen() to check for the
symbol. Because the libpq version could> change after you compile, I can't see how you could make it a> configure check
unlessyou said you don't allow changes to libpq> after the build.
 

The situation I was talking about is that you have a pre-compiled Python 
and PostgreSQL installed on your system, together with their header 
files, but you do not have the full source of Python and PostgreSQL 
available. I want to be able to compile PyGreSQL as a Python extension 
which is using functions from the python.dll and the libpq.dll, assuming 
that the installed header files match the installed dlls.

-- Christoph



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

Предыдущее
От: Christoph Zwerschke
Дата:
Сообщение: Re: Finding the pqlib version
Следующее
От: Christoph Zwerschke
Дата:
Сообщение: Re: Finding the pqlib version