PL/Tcl: internal error - cannot create 'normal' interpreter

From: Fabian Peters <fabian(at)ngi(dot)de>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: PL/Tcl: internal error - cannot create 'normal' interpreter
Date: 2003-04-24 12:34:36
Message-ID: BACDA67C.8F68%fabian@ngi.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi everybody,

I'm stuck getting PL/Tcl to work with postgresql-7.3.2 and Tcl8.4 under OS X
10.2.4. I compiled from source with the following configure flags:

./configure --with-includes=/sw/include/ --with-libraries=/sw/lib --with-tcl
--with-tkconfig=/Library/Frameworks/Tk.framework

The pgtclsh seems to work fine but calling a function in a database from
psql results in the following:

> ERROR: pltcl: internal error - cannot create 'normal' interpreter

I ran the test suite, which also produces the above error. A search of the
archives didn't return much, so I'm pretty clueless now.

Any ideas as to what might be the problem or how to get some more detailed
info greatly appreciated...

cheers

Fabian

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Barry Lind 2003-04-24 17:29:03 Re: First draft of new FE/BE protocol spec posted for comments
Previous Message Philip Yarra 2003-04-24 00:24:25 Re: ECPG thread-safety