Re: Problem with pl/perl in postgresql 8.0rc1

From: Robert Boone <rboone(at)mail(dot)wtamu(dot)edu>
To: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problem with pl/perl in postgresql 8.0rc1
Date: 2004-12-17 18:02:37
Message-ID: 1103306557.16420.22.camel@wt87501.wtamu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello,

I think I got it installed. I did have have libperl.so but for some
reason it wasn't being picked up by ld.so.conf.

So I:
ldconfig /usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE/libperl.so

Then I rebuilt the postgresql srpm. And I was able to do:
createlang plperl test

And it worked.

Thanks to everyone that replied.

Robert Boone

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2004-12-17 19:30:55 Re: how to echo SQL commands in the output of a script
Previous Message David Fetter 2004-12-17 17:56:32 Re: Problem with pl/perl in postgresql 8.0rc1