Re: could not load library plperl.so

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: could not load library plperl.so
Дата
Msg-id 9409.1114998673@sss.pgh.pa.us
обсуждение исходный текст
Ответ на could not load library plperl.so  (CSN <cool_screen_name90001@yahoo.com>)
Список pgsql-general
CSN <cool_screen_name90001@yahoo.com> writes:
> createlang: language installation failed: ERROR:
> could not load library
> "/usr/lib/postgresql/plperl.so": libperl.so: cannot
> open shared object file: No such file or directory

Notice it's complaining about libperl.so, not plperl.so.

This is probably because libperl.so isn't in your ldconfig search path.
Before PG 8.0 it's necessary to add the directory where Perl keeps that
file to your ldconfig configuration.

If you *are* using 8.0, then please explain exactly what platform
you're on and what your Perl installation is.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 'prepare' is not quite schema-safe
Следующее
От: Dana Hudes
Дата:
Сообщение: Re: [Dbdpg-general] 'prepare' is not quite schema-safe