Re: -- Problem loading plperlu --

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: pgsql-novice(at)postgresql(dot)org
Cc: Rafael Orta <rorta_us(at)yahoo(dot)com>
Subject: Re: -- Problem loading plperlu --
Date: 2006-10-16 10:43:00
Message-ID: 200610160643.00547.sdavis2@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sunday 15 October 2006 23:19, Rafael Orta wrote:
> Hello Everybody
>
> I am planning to use db-link to be able to read Oracle
> tables from Postgres, however the first step of the installation
> manual points to :
>
> Load PL/Perlu into your database
>
> I understand the way to do so is connected as Postgres execute:
>
> createlang plperlu <database_name>
>
> But when I try to do so I get.
>
> -bash-3.00$ createlang plperlu smarter
> createlang: language installation failed: ERROR: could not access file
> "$libdir/plperl": No such file or directory

It looks like plperl was not installed. Since you are on linux, you will
probably need to rebuild postgres with perl support. If I recall, that means
doing:

./configure --with-perl

You might also see this in the list archive:

http://archives.postgresql.org/pgsql-novice/2005-04/msg00278.php

Sean

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Shane Ambler 2006-10-16 11:30:50 Re: Question about Referential Integrity in Microsoft Access
Previous Message Christian Cable 2006-10-16 09:33:12 Question about Referential Integrity in Microsoft Access and Postgres tables linked tables via ODBC