Re: Problem with pl/perl in postgresql 8.0rc1

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Problem with pl/perl in postgresql 8.0rc1
Дата
Msg-id 20041217171347.GA36449@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Problem with pl/perl in postgresql 8.0rc1  (Robert Boone <robert@rlb3.com>)
Список pgsql-novice
On Fri, Dec 17, 2004 at 10:04:29AM -0600, Robert Boone wrote:

>     "/usr/lib/pgsql/plperl.so" is the only plperl.so I have. To check I
> did:
>     find / -name plperl.so
> And the only result was:
>     /usr/lib/pgsql/plperl.so

The error message is complaining about libperl.so, not plperl.so.
If you run "ldd /usr/lib/pgsql/plperl.so", one of the lines will
probably look like this:

  libperl.so => not found

Run "locate libperl.so" or "find / -name libperl.so" and see if you
have that file, which should be part of your Perl installation.  If
not, then maybe your Perl was built without shared library support.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Robert Boone
Дата:
Сообщение: Re: Problem with pl/perl in postgresql 8.0rc1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with pl/perl in postgresql 8.0rc1