"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