Re: Problem: plperl load failed (PGSQL 7.1.2)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem: plperl load failed (PGSQL 7.1.2)
Дата
Msg-id 25274.995386448@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem: plperl load failed (PGSQL 7.1.2)  (Markwalder Philip <pm@ibp.ch>)
Ответы Re: Problem: plperl load failed (PGSQL 7.1.2)  (Markwalder Philip <pm@ibp.ch>)
Список pgsql-admin
Markwalder Philip <pm@ibp.ch> writes:
> I tried to load plperl into postgres. But got this error message:

> ERROR:  Load of file /opt/postgres/7.1.2//lib/plperl.so failed: undefined symbol: ap_null_cleanup

Hm.  There's no such symbol anywhere in the Postgres sources.  My bet is
that you are seeing a problem with the linker failing to locate the
additional shared libraries that plperl.so requires --- libperl.so being
the most obvious one, but maybe there are more in your configuration.

Check ldconfig and so forth to see if the shared library search path
is set up correctly.

            regards, tom lane

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

Предыдущее
От: s.chava@wcom.com (Srinivasa Rao Chava)
Дата:
Сообщение: replication
Следующее
От: Tom Lane
Дата:
Сообщение: Re: HOW-TO migrate database