Building PL/Perl without libperl.so fails

From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Building PL/Perl without libperl.so fails
Date: 2002-12-30 14:03:27
Message-ID: 94260000.1041257007@palle.girgensohn.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi!

With FreeBSD 5.0, there is no libperl.so installed, only libperl.a. This
makes building PL/Perl fail:

*** Cannot build PL/Perl because libperl is not a shared library.
*** You might have to rebuild your Perl installation. Refer to
*** the documentation for details.

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?

/Palle

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Uday 2002-12-31 09:20:19 Re: PGLOG problem
Previous Message Bruce Momjian 2002-12-30 05:09:57 Re: python bug