From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "vijaykumar M" <m_vijaykumar(at)hotmail(dot)com> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: createlang problme |
Date: | 2003-09-13 15:55:40 |
Message-ID: | 5929.1063468540@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
"vijaykumar M" <m_vijaykumar(at)hotmail(dot)com> writes:
> i'm using RedhatLinux7.2, on top of this i upgrade the Postgres with V7.3.3.
> After that, i tried to create a language with a createlang command.
> ERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed:
> /usr/local/pgsql/lib/plpgsql.so: un
> defined symbol: xlateSqlType
> createlang: language installation failed
Looks to me like /usr/local/pgsql/lib/plpgsql.so is for some older
version of Postgres. Where did you put the one that goes with 7.3.3?
BTW, you really ought to be using 7.3.4 not 7.3.3. 7.3.3 has a nasty
bug that can cause it to fail to restart after a crash.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | chester c young | 2003-09-13 18:10:04 | production parameters |
Previous Message | vijaykumar M | 2003-09-13 05:46:00 | createlang problme |