pltlc and pltlcu problems - Mailing list pgsql-sql

From Murray Prior Hobbs
Subject pltlc and pltlcu problems
Date
Msg-id 3C482537.9040005@efone.com
Whole thread Raw
In response to Re: UPDATE Query problem  ("Josh Berkus" <josh@agliodbs.com>)
Responses Re: pltlc and pltlcu problems  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
I try this code

CREATE FUNCTION  pltclu_call_handler() RETURNS OPAQUE AS 
'/usr/lib/postgresql/pltcl.so' LANGUAGE 'C';

and get this error

ERROR:  Load of file /usr/lib/postgresql/pltcl.so failed: 
/usr/lib/postgresql/pltcl.so: undefined symbol: pg_get_enconv_by_encoding

anyone help me with this?

murray hobbs

ps here's my .configure command

./configure  --enable-multibyte=UNICODE --enable-unicode-conversion --enable-locale  --bindir=/usr/local/bin
--libdir=/usr/lib--includedir=/usr/include --mandir=/usr/local/man --with-tcl --enable-odbc --with-unixodbc
--enable-syslog






pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: UPDATE Query problem
Next
From: Tom Lane
Date:
Subject: Re: pltlc and pltlcu problems