Re: PG_exception_stack

From: James William Pye <flaw(at)rhid(dot)com>
To: gbarosio(at)uolsinectis(dot)com(dot)ar
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG_exception_stack
Date: 2004-09-15 16:30:07
Message-ID: 1095265807.587.20.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2004-09-15 at 09:04, G u i d o B a r o s i o wrote:
> [postgres(at)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Katsaros Kwn/nos 2004-09-15 16:34:06 Problems with SPI memory management
Previous Message Mark Wong 2004-09-15 16:28:32 some PITR performance data with DBT-2