Re: [GENERAL] plperl/createlang issue

2003-11-12 Thread Christopher Murtagh
On Tue, 2003-11-11 at 21:22, 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 I had the exact proble

Re: [GENERAL] plperl/createlang issue

2003-11-11 Thread Alvaro Herrera
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

Re: [GENERAL] plperl/createlang issue

2003-11-11 Thread Tom Lane
"Ed L." <[EMAIL PROTECTED]> writes: > No matter what I try, I keep getting this error: > $ 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 The error message pro

Re: [GENERAL] plperl/createlang issue

2003-11-11 Thread Larry Rosenman
--On Tuesday, November 11, 2003 19:22:50 -0700 "Ed L." <[EMAIL PROTECTED]> wrote: I'm trying to load plperl to experiment with it in 7.3.4 with perl v5.8.0. I've basically tried the following: configure --with-perl, then initdb, then start postmaster, then crea

[GENERAL] plperl/createlang issue

2003-11-11 Thread Ed L.
I'm trying to load plperl to experiment with it in 7.3.4 with perl v5.8.0. I've basically tried the following: configure --with-perl, then initdb, then start postmaster, then createlang plplerl template1 No matter what I try, I keep getting this error: $ create