Re: PL/Python build - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: PL/Python build
Date
Msg-id 200105092304.f49N4Qh26478@candle.pha.pa.us
Whole thread Raw
In response to PL/Python build  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Metaphone function attachment
Next
From: Joel Burton
Date:
Subject: Re: PL/Python build