>
> 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@gmx.net http://yi.org/peter-e/
>
>
Wade Oberpriller