Re: Createlang Pltclu failed

From: suresh s <sureshatwork(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Createlang Pltclu failed
Date: 2002-11-29 05:52:50
Message-ID: 20021129055250.76353.qmail@web14609.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


--- Madhavi <madhavi(at)zoniac(dot)com> wrote:
> I don't have tcl in my database. And I have done it
> as su - postgres and
> only then createlang pltclu ion. But Now I'm getting
> the error that says,
> pltcl_call_handler does not exist
>
> Is it because I have downloaded pltcl.so file and
> tried installing it afetr
> I have already installed postgres? Is it a MUSt that
> I install tcl along
> with postgres? Or is anything else wrong?
>
> Thanx
> MAdhavi
>
> > Error: Load of file /usr/lib/pgsql/pltcl.so
> failed:
> > /usr/lib/pgsql/pltcl.so:
> > Undefined symbol: Tcl_CreateSlave
> > Createlang: language installation failed

u have to define a handler for the the language

these are the supported languages
'plpgsql', 'pltcl', 'pltclu', and 'plperl'.

run this script at postgres
---------------------------
CREATE FUNCTION pltcl_call_handler () RETURNS opaque
AS '/usr/lib/pgsql/pltcl.so'
LANGUAGE 'C';

CREATE PROCEDURAL LANGUAGE 'pltcl'
HANDLER pltcl_call_handler
LANCOMPILER 'PL/tcl';

this should solve the problem

suresh

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Browse pgsql-general by date

  From Date Subject
Next Message suresh s 2002-11-29 05:53:47 Re: Createlang Pltclu failed
Previous Message CN 2002-11-29 05:09:47 Re: Firing Orders