Re: PL/Python build

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PL/Python build
Дата
Msg-id 200105092304.f49N4Qh26478@candle.pha.pa.us
обсуждение исходный текст
Ответ на PL/Python build  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > I disabled the plPython Makefile until we can deal with it:
> > 
> >     $ gmake
> >     Disabled until merged into our Makefile system, bjm 2001-05-09
> 
> One of the small problems of pl/python is going to similar to pl/perl...
> many linux distro's don't come with a shared object library for python,
> but come w/a static library only.
> 
> pl/python will work w/a static library (if you uncomment the lines in the
> makefile to link all the modules against it directly); we can add a line
> to the faq about where packages, if any, are for python.so.

Gee, we really only just got PL/Perl working.  Hopefully we can use the
same method for Python.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Metaphone function attachment
Следующее
От: Joel Burton
Дата:
Сообщение: Re: PL/Python build