Problem enabling pltcl - Mailing list pgsql-hackers

From Patrick Logan
Subject Problem enabling pltcl
Date
Msg-id 9swB3.16241$Hu6.6507@news.rdc1.wa.home.com
Whole thread Raw
List pgsql-hackers
I have configured, built, and installed ProsgreSQL 6.5.1 using:
   --with-tcl and --with-tkconfig=<dir>

As far as I have looked, everything was built and installed without a
hitch. The pltcl library is in the right location, and /etc/ld.so.conf
lists that directory.

When I define a function using pltcl I get the following:
   ERROR: Unrecognized language specified in a CREATE FUNCTION:   'pltcl'.  Recognized languages are sql, C, internal
andthe   created procedural languages.
 

The docs say that pltcl is enabled if it is built with the TCL
option. What am I missing?

Thanks
-- 
Patrick Logan    patrickdlogan@home.com


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] main tree is (slightly) damaged
Next
From: Lamar Owen
Date:
Subject: Re: [HACKERS] Problem enabling pltcl