Re: ERROR: dynamic load not supported

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Rich Cullingford <rculling(at)sysd(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ERROR: dynamic load not supported
Date: 2003-09-17 19:31:17
Message-ID: 1063827077.25702.30.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I had a similar problem with some pgcrypto functions until i specified
the specific .so file.

Robert Treat

On Wed, 2003-09-17 at 10:55, Rich Cullingford wrote:
> All,
> This is with a new 7.3.4 installation. Every CREATE FUNCTION call I
> make, e.g.,
>
> CREATE FUNCTION plpgsql_call_handler () RETURNS LANGUAGE_HANDLER AS
> '<absolute-path-to-pg-install>/lib/plpgsql' LANGUAGE C;
>
> fails with this error. I know the specification of absolute paths for
> the library lookup is deprecated, but it's supposed to still work, and,
> as of last week, did. "I haven't changed anything." :) (But doubtless
> have done something stupid.)
>
> Thanks for any advice.
> Rich Cullingford
> rculling(at)sysd(dot)com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Gaetano Mendola 2003-09-18 12:36:46 Re: observations about temporary tables and schemas
Previous Message Tom Lane 2003-09-17 16:04:29 Re: ERROR: dynamic load not supported