create plperlu langage fails - Mailing list pgsql-general

From FERREIRA, William (VALTECH)
Subject create plperlu langage fails
Date
Msg-id 414D259CE29DE54DAD534037C83CE4B7269616@FR0-MAILMB20.res.airbus.corp
Whole thread Raw
Responses Re: create plperlu langage fails  (Michael Fuhr <mike@fuhr.org>)
Re: create plperlu langage fails  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
hi,

i get an exception while trying to create plperlu langage :
CREATE OR REPLACE FUNCTION plperl_call_handler()
    RETURNS language_handler
    AS '/home/adocv3/postgresql-8.1.2/src/pl/plperl/libplperl.so', 'plperl_call_handler' LANGUAGE 'c' VOLATILE;
CREATE LANGUAGE 'plperlu' HANDLER plperl_call_handler LANCOMPILER 'PL/perl';

the error :
ERROR:  could not load library "/home/adocv3/postgresql-8.1.2/src/pl/plperl/libplperl.so": ld.so.1:
/opt/pgsql/bin/postgres:fatal: relocation error: file /home/adocv3/postgresql-8.1.2/src/pl/plperl/libplperl.so: symbol
perl_call_pv:referenced symbol not found 

thanks

    Will



This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

pgsql-general by date:

Previous
From: "codeWarrior"
Date:
Subject: Re: Insert a default timestamp when nothing given
Next
From: vishal saberwal
Date:
Subject: Re: Rollback to Previous Version