create plperlu langage fails

From: "FERREIRA, William (VALTECH)" <william(dot)ferreira(at)airbus(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: create plperlu langage fails
Date: 2006-01-19 16:22:23
Message-ID: 414D259CE29DE54DAD534037C83CE4B7269616@FR0-MAILMB20.res.airbus.corp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2006-01-19 16:25:21 Re: No heap lookups on index
Previous Message Richard Huxton 2006-01-19 16:00:57 Re: Execution of stored procedures