From: | Murray Prior Hobbs <murray(at)efone(dot)com> |
---|---|
To: | |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | pltlc and pltlcu problems |
Date: | 2002-01-18 13:37:59 |
Message-ID: | 3C482537.9040005@efone.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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
From | Date | Subject | |
---|---|---|---|
Next Message | mlw | 2002-01-18 14:17:15 | contrib: int_array_aggregator() int_array_enum() |
Previous Message | Hiroshi Inoue | 2002-01-18 07:48:10 | Re: tuptoaster.c must *not* use SnapshotAny |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-01-18 15:04:41 | Re: pltlc and pltlcu problems |
Previous Message | Josh Berkus | 2002-01-18 05:18:27 | Re: UPDATE Query problem |