On Tue, Nov 11, 2003 at 07:22:50PM -0700, Ed L. wrote: > $ createlang plperl template1 > ERROR: Load of file /opt/pgsql/installs/postgresql-7.3.4/lib/plperl.so > failed: libperl.so: cannot open shared object file: No such file or > directory > createlang: language installation failed
> This is perl, v5.8.0 built for i386-linux-thread-multi Try ldd /opt/pgsql/installs/postgresql-7.3.4/lib/plperl.so If it points out any "not found" libraries, there's something you need to play with (probably /etc/ld.so.conf). -- Alvaro Herrera (<alvherre[a]dcc.uchile.cl>) Al principio era UNIX, y UNIX habl� y dijo: "Hello world\n". No dijo "Hello New Jersey\n", ni "Hello USA\n". ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend