Re: [HACKERS] PG_exception_stack

2004-09-15 Thread Tom Lane
G u i d o B a r o s i o <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] 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 I

Re: [HACKERS] PG_exception_stack

2004-09-15 Thread James William Pye
On Wed, 2004-09-15 at 09:04, G u i d o B a r o s i o wrote: > [EMAIL PROTECTED] 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_st

[HACKERS] PG_exception_stack

2004-09-15 Thread G u i d o B a r o s i o
Didn't find a solution for this on the lists, and I am not a yet-brand-new-guru, so... I ask :) What about this? I've found a box (dual Intel(R) Xeon(TM) CPU 2.80GHz) in which to test the beta2. Trying to cretae proc languages I found this error. I've seen error creating languages on other b