Re: plperl again but different problem - Mailing list pgsql-admin

From Tom Lane
Subject Re: plperl again but different problem
Date
Msg-id 25817.1126637038@sss.pgh.pa.us
Whole thread Raw
In response to Re: plperl again but different problem  (Marcin Giedz <marcin.giedz@eulerhermes.pl>)
List pgsql-admin
Marcin Giedz <marcin.giedz@eulerhermes.pl> writes:
> OK ... I have compiled it once again - really don't know why this time
> libperl is visible?:

Sounds like you did it wrong the first time ;-)

> pgsql2-test:/usr/src/postgresql-8.0.3/src/pl/plperl# ldd libplperl.so
>         libperl.so => /usr/lib/libperl.so (0xb7ed1000)

This is linking to a system copy of libperl.  I thought you said you
were building against a private copy?  Maybe you forgot to alter the
ldconfig search path to find the private copy first.

            regards, tom lane

pgsql-admin by date:

Previous
From: Marcin Giedz
Date:
Subject: Re: plperl again but different problem
Next
From: Sergiusz Jarczyk
Date:
Subject: Re: plperl again but different problem