Re: [GENERAL] could not load library plperl.so

2005-05-01 Thread CSN
--- Tom Lane <[EMAIL PROTECTED]> wrote: > CSN <[EMAIL PROTECTED]> writes: > > createlang: language installation failed: ERROR: > > could not load library > > "/usr/lib/postgresql/plperl.so": libperl.so: > cannot > > open shared object file: No such file or directory > > Notice it's complaining a

Re: [GENERAL] could not load library plperl.so

2005-05-01 Thread Tom Lane
CSN <[EMAIL PROTECTED]> writes: > createlang: language installation failed: ERROR: > could not load library > "/usr/lib/postgresql/plperl.so": libperl.so: cannot > open shared object file: No such file or directory Notice it's complaining about libperl.so, not plperl.so. This is probably because

Re: [GENERAL] could not load library plperl.so

2005-05-01 Thread Alvaro Herrera
On Sun, May 01, 2005 at 05:52:14PM -0700, CSN wrote: > createlang: language installation failed: ERROR: > could not load library > "/usr/lib/postgresql/plperl.so": libperl.so: cannot > open shared object file: No such file or directory You need your Perl installation to have libperl as a shared

[GENERAL] could not load library plperl.so

2005-05-01 Thread CSN
I configured postgres base+opt with '--with-perl', make'd, and make install'ed. Trying to add plperl: createlang -U postgres plperl links I get this error: createlang: language installation failed: ERROR: could not load library "/usr/lib/postgresql/plperl.so": libperl.so: cannot open shared obj