Re: pl/perl won't build under 7.1.3 - Mailing list pgsql-general

From teg@redhat.com (Trond Eivind Glomsrød)
Subject Re: pl/perl won't build under 7.1.3
Date
Msg-id xuyadx9fqji.fsf@halden.devel.redhat.com
Whole thread Raw
In response to pl/perl won't build under 7.1.3  ("-wiseguy" <no-one@all.net>)
List pgsql-general
"-wiseguy" <no-one@all.net> writes:

> Hi:
>
> Why won't pl/perl build under the install for postgresql 7.1.3?  My perl
> installation only has libperl in the archive format (libperl.a) and the perl
> makefile calls for libperl.so...building perl form scratch is not an option.
> Is there a quick hack to allow pl/perl to build using libperl.a?

You need a dynamic library for dynamic extensions, you can't use a
static library.

--
Trond Eivind Glomsrød
Red Hat, Inc.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Strange performance issue
Next
From: Holger Krug
Date:
Subject: how to access the transaction id ?