| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jeff Patterson <jpat(at)sonic(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PL/Perl in 7.1.1 |
| Date: | 2001-05-17 01:22:38 |
| Message-ID: | 8184.990062558@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Jeff Patterson <jpat(at)sonic(dot)net> writes:
> I recently upgraded from 7.0.3 to 7.1. Everything went fine until I went to
> install plperl using createlang. It throws the following error message:
> ERROR: Load of file /usr/local/pgsql/lib/plperl.so failed: /usr/lib/perl5/5.6.0/i686-linux/auto/Opcode/Opcode.so: undefined symbol: Perl_save_vptr
Hm. There is no such symbol in the source text of Postgres, so I
suspect you are looking at a Perl version-compatibility problem,
rather than something that's directly Postgres' fault. I suggest
asking Perl gurus rather than Postgres gurus for help ...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alex | 2001-05-17 01:27:46 | debian packages for Postgresql 7.1 or higher ? |
| Previous Message | Jeff Patterson | 2001-05-17 00:53:40 | PL/Perl in 7.1.1 |