Re: PG_exception_stack - Mailing list pgsql-hackers

From James William Pye
Subject Re: PG_exception_stack
Date
Msg-id 1095265807.587.20.camel@localhost
Whole thread Raw
In response to PG_exception_stack  (G u i d o B a r o s i o <gbarosio@uolsinectis.com.ar>)
List pgsql-hackers
On Wed, 2004-09-15 at 09:04, G u i d o B a r o s i o wrote:
> [postgres@prdpwgb0208 postgres]$ createlang plpgsql tech_mis
> createlang: language installation failed: ERROR:  could not load
> library "/usr/local/pgsql/lib/plpgsql.so":
> /usr/local/pgsql/lib/plpgsql.so: undefined symbol: PG_exception_stack

It looks like your build is a bit fubar'd. I don't know why exactly, but
it can't find that symbol, so I'd suggest a gmake distclean, configure,
and gmake all install. (hrm, might also want to make sure that your
installations arent crossing paths somewhere here, if you have multiple
versions installed)
(Note that I just did it with my dev build without trouble)

--
Regards,       James William Pye

pgsql-hackers by date:

Previous
From: Mark Wong
Date:
Subject: some PITR performance data with DBT-2
Next
From: "Katsaros Kwn/nos"
Date:
Subject: Problems with SPI memory management