Re: Createlang error installing SQL-Ledger - Mailing list pgsql-novice

From Tom Lane
Subject Re: Createlang error installing SQL-Ledger
Date
Msg-id 24709.1114625568@sss.pgh.pa.us
Whole thread Raw
In response to Createlang error installing SQL-Ledger  ("Roland Giesler" <roland@giesler.za.net>)
Responses Re: Createlang error installing SQL-Ledger  ("Roland Giesler" <roland@giesler.za.net>)
List pgsql-novice
"Roland Giesler" <roland@giesler.za.net> writes:
> I'm trying to install SQL-Ledger on a Mandrake 10.0 box, but I get the
> following error

> [postgres@localhost sql-ledger]$ createlang plpgsql template1
> createlang: language installation failed: ERROR:  could not access file
> "$libdir/plpgsql": No such file or directory

In this context $libdir means whatever directory was configured as the
location of dynamically loadable modules.  You can find that out from
    pg_config --pkglibdir
There should be a file named something like plpgsql.so in that directory
(possibly a different extension depending on what platform you are on).
If not, you don't have a complete Postgres installation ... maybe you
omitted some RPMs?

            regards, tom lane

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inserting Using RowType
Next
From: Michael Fuhr
Date:
Subject: Re: Inserting Using RowType