Tom,
Thanks for that.
It appears that the tcl support is there. However, the lib now appears
to be called:
./usr/lib/libpgtcl.so
Is this the same? I couldn't find documentation concerning the change in
file. If so then can I just edit the schema?
Cheers
Mike
-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: 09 August 2004 16:55
To: Mike Bell
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Update from 7.3.3 to 7.3.6
"Mike Bell" <mike.bell@hashdefine.co.uk> writes:
> We are in the process of moving from PostgreSQL 7.3.3 to 7.3.6 (Red
> Hat). However, we are having a number of problems importing the
database
> schema. Some of the SPs are written in TCL and it would seem that the
> library has changed.
> ERROR: stat failed on file '$libdir/pltcl': No such file or directory
Hmm. The most obvious question is did you remember to install the
postgresql-tcl RPM?
"pg_config --pkglibdir" will tell you what directory $libdir expands to,
and you can look in there to see if there's a pltcl.so or not. It
appears from the above that the answer will be "not".
regards, tom lane