Re: Please, help me!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Please, help me!
Дата
Msg-id 617.1030719051@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Please, help me!  (Pavel Shmidt <cacadu@beep.ru>)
Список pgsql-bugs
Pavel Shmidt <cacadu@beep.ru> writes:
> $ createlang plperl dbname
> ERROR:  Load of file /usr/local/pgsql/lib/plperl.so failed: ld.so.1:
> /usr/local/pgsql/bin/postmaster: fatal: libperl.so: open failed: No such file
> or directory
> createlang: language installation failed

It seems to be unhappy because it can't find libperl.so.

Do you have libperl built as a shared library?  I'm not sure about perl
5.8, but in earlier perl releases it was never the default to build perl
as a shared library.

If you do have libperl.so, then the next probability is that the dynamic
linker doesn't know where to look for it.  Make sure the postmaster is
started with an appropriate LD_LIBRARY_PATH setting.

            regards, tom lane

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

Предыдущее
От: Pavel Shmidt
Дата:
Сообщение: Please, help me!
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #754: Bug with inserts and rules on inserts in Postgres 7.2.1-3