Re: pl/perl won't build under 7.1.3

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: "-wiseguy" <no-one(at)all(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pl/perl won't build under 7.1.3
Date: 2001-11-26 16:25:05
Message-ID: xuyadx9fqji.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"-wiseguy" <no-one(at)all(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Holger Krug 2001-11-26 16:48:14 how to access the transaction id ?
Previous Message Mike Harding 2001-11-26 16:04:38 Re: Strange performance issue