Re: Createlang error installing SQL-Ledger
От | Tom Lane |
---|---|
Тема | Re: Createlang error installing SQL-Ledger |
Дата | |
Msg-id | 24709.1114625568@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Createlang error installing SQL-Ledger ("Roland Giesler" <roland@giesler.za.net>) |
Ответы |
Re: Createlang error installing SQL-Ledger
|
Список | 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 по дате отправления: