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
?
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
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
"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
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
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