Re: Python and OpenSSL don't work together

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Python and OpenSSL don't work together
Дата
Msg-id 11378.985539755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Python and OpenSSL don't work together  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
> Justin Clift (jclift@iprimus.com.au) reports a bug with a severity of 3
> When testing which ./configure options work, I've just discovered that something in the ./configure process generates
theincorrect options when with --with-python and --with-openssl are given, such that the python interface doesn't find
theopenssl headers when it wants them. 

Looks like interface/python's GNUmakefile and Setup.in.raw need to
cooperate to pass additional -I fields to the compiler.  Perhaps

        -e 's%@INCLUDES@%$(filter -I%, $(CPPFLAGS))%g' \

in GNUmakefile and the obvious thing in Setup.in.raw.  Would this allow
removing either of the explicit -I switches in Setup.in.raw?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: Various bugs with PG7.1 8th March snapshot on Solaris 8INTEL