Re: problems loading languages

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems loading languages
Дата
Msg-id 16048.1189536019@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problems loading languages  (Mija Lee <mija@scharp.org>)
Список pgsql-novice
Mija Lee <mija@scharp.org> writes:
> - pg has been configured --with perl
> - the libdir is /usr/lib
> - there are plpgsql.so and plperl.so in the libdir
> - I get this:

> postgres=# create language plperl;
> ERROR:  could not access file "$libdir/plperl": No such file or directory

I rather doubt that libdir is /usr/lib.  It's much more likely to have
"postgres" or "postgresql" in the path somewhere.  "pg_config --pkglibdir"
would tell you for sure.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Mija Lee
Дата:
Сообщение: problems loading languages
Следующее
От: Mija Lee
Дата:
Сообщение: Re: problems loading languages