Adding a Language and Creating a Function - Mailing list pgsql-general

From Dean Scott
Subject Adding a Language and Creating a Function
Date
Msg-id CB66C6188874D311A41C0008C7913A8A2E6C54@JULEP
Whole thread Raw
List pgsql-general
Hi,
I'm relatively new to PostgreSQL and have a need to create a function with
PL/pgSQL.

When I use the createlang utility:
createlang -U postgres -L /usr/lib/pgsql plpgsql dbname

I get:
ERROR: Load of file /usr/lib/pgsql/plpgsql.so failed: undefined symbol:
fmgr_pl_finfo
createlang: language installation failed

I have also tried from within psql using the CREATE TRUSTED PROCEDURAL
LANGUAGE command and it also fails with the same error.

I am using postgresql-7.1.3 configured from source with no configure options
on Redhat Linux 7.0

Does anyone know what I am doing wrong?

Thanks in advance

Dean

pgsql-general by date:

Previous
From: tony
Date:
Subject: Re: User permissions
Next
From: "Lars Preben S. Arnesen"
Date:
Subject: Re: User permissions