Re: Building PL/Perl without libperl.so fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Palle Girgensohn <girgen(at)pingpong(dot)net>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Building PL/Perl without libperl.so fails
Date: 2003-01-02 20:27:31
Message-ID: 3597.1041539251@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
> I'd rather link libplperl with a static libperl.a than adding a shared
> libperl.so to the perl port. Can this be done, or will something break?

It will not work unless your platform is one where PIC code generation
is the default, so that the contents of libperl.a are amenable to
inclusion into a .so library.

regards, tom lane

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2003-01-02 20:38:33 Re: bug report
Previous Message Egil Moeller 2003-01-02 06:09:56 libpq