ERROR: dynamic load not supported - Mailing list pgsql-interfaces

From Rich Cullingford
Subject ERROR: dynamic load not supported
Date
Msg-id 3F6875C5.1040102@sysd.com
Whole thread Raw
Responses Re: ERROR: dynamic load not supported  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ERROR: dynamic load not supported  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-interfaces
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'
LANGUAGEC;
 

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@sysd.com



pgsql-interfaces by date:

Previous
From: khalil El Mazouari
Date:
Subject: Re: [JDBC] Connection refused. HELP ME!!!!
Next
From: Tom Lane
Date:
Subject: Re: ERROR: dynamic load not supported