Re: [HACKERS] PostgreSQL v7.2 Final Release

Randal L. Schwartz <merlyn@stonehenge.com>

From: merlyn@stonehenge.com (Randal L. Schwartz)
To: Trond Eivind Glomsrød <teg@redhat.com>
Cc: Hannu Krosing <hannu@tm.ee>, pgsql-hackers@postgresql.org, <pgsql-general@postgresql.org>
Date: 2002-02-05T20:11:17Z
Lists: pgsql-hackers
>>>>> "Trond" == Trond Eivind Glomsrød <teg@redhat.com> writes:

>> > There is no shared python library. Linking in static libraries in
>> > dynamic extensions doesn't work on most platforms.
>> 
>> Does that mean that one can't run pl/python on Redhat 7.2 ??

Trond> On IA32, it will work (with a performance penalty, "thou shall not use 
Trond> static libraries in dynamic extensions"), on other archs (alpha, IA64, 
Trond> S/390) it will die.

On Darwin, linking a static libperl.a works just fine, although it
creates a libperl.dynlib, which I had to symlink to libperl.so to get
it to load.

Woo hoo.  Embedded Perl.  On #perl, we were already discussing having
a Pg process put up a web-socket, or proxy through to another database
with DBI.  OK, we're crazy.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!