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@techcelsior.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
>
>