Problem installing plpgsql

From: Dmitry Samersoff <dms(at)wplus(dot)net>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Problem installing plpgsql
Date: 1999-05-09 15:23:53
Message-ID: XFMail.990509192353.dms@wplus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

One of my customer unable to install plpgsql
with next message:

www2(dms)~>psql -d www -c "select tst(); "
ERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed: dlopen
'/usr/local/pgsql/lib/plpgsql.so' failed. (/usr/local/pgsql/lib/plpgsql.so:
Undefined symbol "SPI_tuptable")
www2(dms)~>

This problem exists onlty on FreeBSD 3.1
the same sources build on 2.2.8 works properly.

what does it mean?

Env:
FreeBSD www2.sptimes.ru 3.1-RELEASE FreeBSD 3.1-RELEASE #4: Tue Mar 23
13:18:41
MSK 1999 wplus(at)www2(dot)sptimes(dot)ru:/usr/src/sys/compile/SPTIMES i386

Postgres 6.4.2 release

PS:
How about adding something like -a key to pg_version to report full
release and compile information?

---
Dmitry Samersoff, dms(at)wplus(dot)net, ICQ:3161705
http://devnull.wplus.net
* there will come soft rains ...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-05-09 15:24:13 Re: [HACKERS] inet data type regression test fails
Previous Message Thomas Lockhart 1999-05-09 15:05:01 Re: [HACKERS] Oops, I seem to have changed UNION's behavior