Hi
Solaris 8
PG V7.3.3
I'm trying to install the procedural language plpgsql using:
createlang plpgsql securnet
But this fails with:
ERROR: stat failed on file '$libdir/plpgsql': No such file or directory
createlang: language installation failed
pg_config --libdir - returns:
/opt/postgres/product/7.3.3/lib - and in this directory resides a file called plpgsql.so
The LD_LIBRARY_PATH variable also contains /opt/postgres/product/7.3.3/lib
I've installed this successfully on another Solaris box without a problem.
Has anyone got any thoughts?
Thanks
Regards
Nigel Bishop