Обсуждение: plperl language_handler Problems

Поиск
Список
Период
Сортировка

plperl language_handler Problems

От
Raymond
Дата:
Updated my RH80 installation with the full complement of Postgres 7.3.3 RPMs.
Added python and tcl ( already have pl/sql) language bindings to the database
without issue. However, the compiler complains about perl:

ERROR: Load of file /usr/lib/pgsql/plperl.so failed: libperl.so: cannot open
shared object file: No such file or directory.

plperl.so is in the aforementioned directory and libperl.so is in
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE

Search path issues, symlinks needed?

Help please

Raymond


Re: plperl language_handler Problems

От
Tom Lane
Дата:
Raymond <support@bigriverinfotech.com> writes:
> Updated my RH80 installation with the full complement of Postgres 7.3.3 RPMs.
> Added python and tcl ( already have pl/sql) language bindings to the database
> without issue. However, the compiler complains about perl:

> ERROR: Load of file /usr/lib/pgsql/plperl.so failed: libperl.so: cannot open
> shared object file: No such file or directory.

There might be additional information recorded in the postmaster's
stderr log.

> plperl.so is in the aforementioned directory and libperl.so is in
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE

My bet is that you need to mention the latter directory in /etc/ld.so.conf.

            regards, tom lane