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 boxes, but none of them like this one. What makes me a litle bit lazy is the PG_except... msg. I am trying to do something nasty or just watching something not usual? I've found recent posts related to the BKI and talking about the PG_exception_stack, but none of them seem to handle the createlang situation. Any hints? [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 [EMAIL PROTECTED] postgres]$ pg_config --configure '--enable-thread-safety' '--with-perl' '--without-docdir' [EMAIL PROTECTED] postgres]$ pg_config --version PostgreSQL 8.0.0beta2 [EMAIL PROTECTED] postgres]$ cd /usr/local/pgsql/lib/ [EMAIL PROTECTED] lib]$ ls -ltrh plpgsql.so -rwxr-xr-x 1 root root 123k Sep 15 15:41 plpgsql.so [EMAIL PROTECTED] lib]$uname -a Linux prdpwgb0208 2.4.22ow1np-ht #8 SMP Mon Oct 13 19:54:55 GMT 2003 i686 unknown Regards, Guido ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html