create plperlu langage fails

Поиск
Список
Период
Сортировка
От FERREIRA, William (VALTECH)
Тема create plperlu langage fails
Дата
Msg-id 414D259CE29DE54DAD534037C83CE4B7269616@FR0-MAILMB20.res.airbus.corp
обсуждение исходный текст
Ответы Re: create plperlu langage fails  (Michael Fuhr <mike@fuhr.org>)
Re: create plperlu langage fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "codeWarrior"
Дата:
Сообщение: Re: Insert a default timestamp when nothing given
Следующее
От: vishal saberwal
Дата:
Сообщение: Re: Rollback to Previous Version