symbol not found in plpgsql.so

Поиск
Список
Период
Сортировка
От Frederick W. Reimer
Тема symbol not found in plpgsql.so
Дата
Msg-id 001101c02f01$71e3a130$bbbcf6d0@reimernet.org
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: ALTER TABLE DROP COLUMN
Следующее
От: "Frederick W. Reimer"
Дата:
Сообщение: RE: New unified regression test driver