Re: [GENERAL] createlang error(s)

2009-11-04 Thread Joshua Tolley
On Wed, Nov 04, 2009 at 12:12:50AM -0500, Tom Lane wrote: > John Burski writes: > > I got my postgresql build from the from a Novell SuSE Linux repository > > (mirror.susestudio.com). > > > Here's the result of a run of ldd against the plperl.so file: > > > linux-gate.so.1 => (0xe000)

Re: [GENERAL] createlang error(s)

2009-11-04 Thread John Burski
Thanks for your response, Tom! I got my postgresql build from the from a Novell SuSE Linux repository (mirror.susestudio.com). Here's the result of a run of ldd against the plperl.so file: linux-gate.so.1 => (0xe000) libperl.so => not found libnsl.so.1 => /lib/libn

Re: [GENERAL] createlang error(s)

2009-11-03 Thread Tom Lane
John Burski writes: > I got my postgresql build from the from a Novell SuSE Linux repository > (mirror.susestudio.com). > Here's the result of a run of ldd against the plperl.so file: > linux-gate.so.1 => (0xe000) > libperl.so => not found File a bug with the SUSE packager.

Re: [GENERAL] createlang error(s)

2009-11-01 Thread Tom Lane
John Burski 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 ldd on plperl.so might be informative. > The "libperl.so" file is located in the > /usr/lib/

[GENERAL] createlang error(s)

2009-11-01 Thread John Burski
Greetings, everyone! I'm experiencing some troubles using the createlang command to add plperl to my PostgreSQL installation. When I issue the command "createlang plperl template1" I receive the following error message: createlang: language installation failed: ERROR: could not load library