Where does the xlateSqlType symbol point to?
Hi all,
Having tried various options, I still cannot find the clue where to llok
at concerning the following error message:
Load of file /usr/lib/pgsql/plpgsql.so failed:
/usr/lib/pgsql/plpgsql.so: undefined symbol: xlateSqlType
Searched for various libraries, but couldn't find anything.
Do I need to install more packages? What I am doing wrong?
Thanks.
LISTMAN <LISTMAN@terra.es> writes:
Having tried various options, I still cannot find the clue where to llok
at concerning the following error message:
Load of file /usr/lib/pgsql/plpgsql.so failed:
/usr/lib/pgsql/plpgsql.so: undefined symbol: xlateSqlType
I'd say you have a plpgsql.so file that is not the same PG version as
your server. I don't have time now to look in the CVS history and see
exactly when xlateSqlType appeared or disappeared, but anyway it's not
very relevant: fix your installation to have a consistent set of files.
regards, tom lane