From: | "Wayne M(dot) Syvinski" <matthew(at)techcelsior(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: a: queries across databases b: plperl |
Date: | 2003-08-18 16:21:02 |
Message-ID: | 1061223662.1667.31.camel@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
I ran ldconfig -r | grep perl and got:
50:-lperl.3 => /usr/lib/libperl.so.3
So, as I understand it, I'm NOT getting the correct perl library.
And as far as the logs, I can't find the log you're talking about (I
checked Google and I have 4 books on PostgreSQL, and I still can't buy a
clue).
I read the ldconfig manpage, but I'm not sure what to do next (I'm
really new to FreeBSD administration).
Thanks for your help (as I inch closer to a solution),
Wayne Syvinski
On Mon, 2003-08-18 at 07:43, Tom Lane wrote:
> "Wayne M. Syvinski" <matthew(at)techcelsior(dot)com> writes:
> > I did make deinstall, make clean, then make and captured output to
> > file. createlang still bombed. Here's the relevant lines.
>
> The make output looks reasonable, but is libperl.so being fetched from
> /usr/local/lib/perl5/5.8.0/mach/CORE at runtime? Or somewhere else?
> If you didn't teach ldcondig about that directory, "somewhere else"
> is quite a likely answer.
>
> If the error message shown at runtime doesn't tell you, it might help to
> look in the postmaster's log (stderr output). Dynamic link code often
> spits messages to stderr ...
>
> regards, tom lane
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Lukasz Feldman | 2003-08-18 16:21:56 | Nie ma mnie w biurze |
Previous Message | Devrim GUNDUZ | 2003-08-18 16:17:32 | Re: Array Data Type |