symbol not found in plpgsql.so - Mailing list pgsql-hackers

From Frederick W. Reimer
Subject symbol not found in plpgsql.so
Date
Msg-id 001101c02f01$71e3a130$bbbcf6d0@reimernet.org
Whole thread Raw
Responses RE: [PORTS] symbol not found in plpgsql.so  ("Frederick W. Reimer" <fwr@ga.prestige.net>)
Re: symbol not found in plpgsql.so  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I sent an email on this the other day, but didn't see it pop up in the list
and there have been no responses, so I don't know if it got through.  Sorry
if this is a dup.

I'm getting the following error when I add a row to a table that has a
trigger set for a plpgsql function.  I did a nm on the plpgsql.so file and
it lists CurrentMemoryContext as being in there, so I don't know why it
can't find it.  Anyone see anything similar?  What do you suggest, a
recompile and install?

"DBD::Pg::st execute failed: ERROR:  Load of file
/usr/local/pgsql/lib/plpgsql.so failed: ld.so.1:
/usr/local/pgsql/bin/postmaster: fatal: relocation error: file
/usr/local/pgsql/lib/plpgsql.so: symbol CurrentMemoryContext: referenced
symbol not found"

Thanks,

Fred Reimer
Eclipsys Corporation



pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: ALTER TABLE DROP COLUMN
Next
From: "Frederick W. Reimer"
Date:
Subject: RE: New unified regression test driver