Re: plperl.so no such file or directory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: michael lush <mjlush(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: plperl.so no such file or directory
Date: 2011-09-27 13:58:19
Message-ID: 22274.1317131899@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

michael lush <mjlush(at)gmail(dot)com> writes:
> However if I use one of my plperl functions I get the error.

> ERROR: could not load library
> "/net/nas20/bin/postgresql_8.4.2/lib/plperl.so": libperl.so: cannot
> open shared object file: No such file or directory

> I can see /net/nas20/bin/postgresql_8.4.2/lib/plperl.so is present

It's complaining that it can't find libperl.so, not plperl.so.

The most likely reason is that the centos 5 build you're using was built
against a different Perl version than what you have on your RHEL6 box.
You need to get a PG version that was actually built for RHEL6.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Merlin Moncure 2011-09-27 15:57:01 Re: type "serial" and biginteger
Previous Message DFE 2011-09-27 10:16:39 type "serial" and biginteger