Re: Where does the xlateSqlType symbol point to?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: listman(at)terra(dot)es
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: Where does the xlateSqlType symbol point to?
Date: 2004-07-30 18:00:00
Message-ID: 24848.1091210400@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

LISTMAN <LISTMAN(at)terra(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mohammad Tanvir Huda 2004-08-01 03:54:48 Re: How can i start up POSTMASTER from unprivilege account
Previous Message Uwe C. Schroeder 2004-07-30 17:01:48 Re: ERROR Urgent

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Kirkwood 2004-07-31 00:39:01 Re: Point in Time Recovery
Previous Message Tom Lane 2004-07-30 17:04:46 Re: Point in Time Recovery