Re: Building PL/Perl without libperl.so fails

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

How about FreeBSD 5.0?

FreeBSD 4.x has libperl.so, 5.0 only has libperl.a

/Palle

--On torsdag, januari 02, 2003 15.27.31 -0500 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
wrote:

> 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 Bolinger, Gregg D 2003-01-02 23:52:12 pgAdmin II Features Missing in Current Version
Previous Message Tom Lane 2003-01-02 20:38:33 Re: bug report