-- Problem loading plperlu --

From: Rafael Orta <rorta_us(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: -- Problem loading plperlu --
Date: 2006-10-16 03:19:33
Message-ID: 20061016031933.20248.qmail@web32111.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

I use postgres 8.1.4 and perl 5.8.5

and my libdir directory poinsts to

-bash-3.00$ echo $libdir
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE

Where the libperl.so library is located.

Any clues will be appreciated.

Thanks in advance

Rafael Orta


*****************************************************
Rafael Orta Phone: (609)-330-3193
Sr. Oracle DBA Fax: (856)-642-7679
Technical Manager
Oraprofessionals Email: rorta_us(at)yahoo(dot)com
******************************************************

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Broersma Jr 2006-10-16 04:16:00 Re: -- Problem loading plperlu --
Previous Message Tom Lane 2006-10-15 20:46:57 Re: UPDATE the field of a table with fields from another table