Rich Cullingford <[EMAIL PROTECTED]> writes: > LD_LIBRARY_PATH; su -l antura -c "createlang plpgsql template1" > ERROR: stat failed on file '$libdir/plpgsql': No such file or directory > createlang: language installation failed
IIRC, the directory meant by "$libdir" is determined at configure time (you can use pg_config to find out what it is). So you can't install a prebuilt tarball into any random location, it has to be the same location as the original installation tree. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org