From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Joel Burton <jburton(at)scw(dot)org> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PL/Python build |
Date: | 2001-05-09 23:04:26 |
Message-ID: | 200105092304.f49N4Qh26478@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2001-05-09 23:20:41 | Re: Shared library versions |
Previous Message | Joel Burton | 2001-05-09 23:02:07 | Re: PL/Python build |