Re: PL/Perl on Solaris

From: oberpwd(at)anubis(dot)network(dot)com (Wade D(dot) Oberpriller)
To: peter_e(at)gmx(dot)net (Peter Eisentraut)
Cc: oberpwd(at)anubis(dot)network(dot)com (Wade D(dot) Oberpriller), pgsql-general(at)postgresql(dot)org (general-help postgresql)
Subject: Re: PL/Perl on Solaris
Date: 2000-11-20 17:06:34
Message-ID: 200011201706.LAA27342@truck.network.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> Wade D. Oberpriller writes:
>
> > Is anyone using the PL/Perl language in PostgreSQL on a Solaris machine?
> > If so, how did you get it to work? I am having difficulty getting it to run,
> > I believe I am having problems with the dynamically linked shared libraries.
>
> OS version, compiler version, linker version, PostgreSQL version, example
> input, error messages. Details, man! ;-)

Solaris 2.5.1
gcc 2.7.2.2
linker: ld: Software Generation Utilities (SGU)
SunOS/ELF (LK-2.0 (S/I) - versioning)
PostgreSQL 7.0.2

I am able to compile PL/Perl okay. I can do a createlang for PL/Perl and add
it to my database. I can create functions with LANGUAGE set to 'plperl'. Once
I attempt to execute the function, the postgres server dies with status 11.

>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
>
>

Wade Oberpriller

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marcin Mazurek 2000-11-20 17:16:08 PL/TCL regex string matching
Previous Message Peter Eisentraut 2000-11-20 17:03:58 Re: PL/Perl on Solaris