Re: Problem: plperl load failed (PGSQL 7.1.2) - Mailing list pgsql-admin

From Tom Lane
Subject Re: Problem: plperl load failed (PGSQL 7.1.2)
Date
Msg-id 25274.995386448@sss.pgh.pa.us
Whole thread Raw
In response to Problem: plperl load failed (PGSQL 7.1.2)  (Markwalder Philip <pm@ibp.ch>)
Responses Re: Problem: plperl load failed (PGSQL 7.1.2)  (Markwalder Philip <pm@ibp.ch>)
List 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 by date:

Previous
From: s.chava@wcom.com (Srinivasa Rao Chava)
Date:
Subject: replication
Next
From: Tom Lane
Date:
Subject: Re: HOW-TO migrate database