Re: [GENERAL] create plperlu langage fails

2006-01-20 Thread FERREIRA, William (VALTECH)
l.org Objet : Re: [GENERAL] create plperlu langage fails On Thu, Jan 19, 2006 at 05:22:23PM +0100, FERREIRA, William (VALTECH) wrote: > ERROR: could not load library > "/home/adocv3/postgresql-8.1.2/src/pl/plperl/libplperl.so": ld.so.1: > /opt/pgsql/bin/postgres: fatal: relocat

Re: [GENERAL] create plperlu langage fails

2006-01-20 Thread FERREIRA, William (VALTECH)
? i'm working on sun-solaris 2.8 regards -Message d'origine- De : Michael Fuhr [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 janvier 2006 18:30 À : FERREIRA, William (VALTECH) Cc : pgsql-general@postgresql.org Objet : Re: [GENERAL] create plperlu langage fails On Thu, Jan 19, 200

Re: [GENERAL] create plperlu langage fails

2006-01-19 Thread Tino Wildenhain
Tom Lane schrieb: ... >>Investigatory Powers Act 2000, Lawful Business Practises. > > > I don't think I'm allowed to read your question, let alone answer it... > "Awful Business Practices"? SCNR ;) ---(end of broadcast)--- TIP 5: don't forget to

Re: [GENERAL] create plperlu langage fails

2006-01-19 Thread Tom Lane
"FERREIRA, William (VALTECH)" <[EMAIL PROTECTED]> writes: > 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 p

Re: [GENERAL] create plperlu langage fails

2006-01-19 Thread Michael Fuhr
On Thu, Jan 19, 2006 at 05:22:23PM +0100, FERREIRA, William (VALTECH) wrote: > 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

[GENERAL] create plperlu langage fails

2006-01-19 Thread FERREIRA, William (VALTECH)
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