Re: plperl again but different problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marcin Giedz <marcin(dot)giedz(at)eulerhermes(dot)pl>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: plperl again but different problem
Date: 2005-09-13 18:43:58
Message-ID: 25817.1126637038@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Marcin Giedz <marcin(dot)giedz(at)eulerhermes(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sergiusz Jarczyk 2005-09-13 18:51:50 Re: plperl again but different problem
Previous Message Sergiusz Jarczyk 2005-09-13 18:25:45 Re: plperl again but different problem