-- Problem loading plperlu -- - Mailing list pgsql-novice

From Rafael Orta
Subject -- Problem loading plperlu --
Date
Msg-id 20061016031933.20248.qmail@web32111.mail.mud.yahoo.com
Whole thread Raw
Responses Re: -- Problem loading plperlu --  (Richard Broersma Jr <rabroersma@yahoo.com>)
Re: -- Problem loading plperlu --  (Sean Davis <sdavis2@mail.nih.gov>)
List 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@yahoo.com
******************************************************

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: UPDATE the field of a table with fields from another table
Next
From: Richard Broersma Jr
Date:
Subject: Re: -- Problem loading plperlu --