Re: [HACKERS] What does it mean?

From: jwieck(at)debis(dot)com (Jan Wieck)
To: dms(at)wplus(dot)net (Dmitry Samersoff)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] What does it mean?
Date: 1999-05-06 12:24:02
Message-ID: m10fNC6-000EBXC@orion.SAPserv.Hamburg.dsh.de
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)~>
>
> 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

Doesn't look to me like a v6.4.2. SPI_tuptable is a global
pointer which is defined in .../backend/executor/spi.c.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-05-06 14:04:56 Re: [HACKERS] Re: INSERT/UPDATE waiting (another example)
Previous Message The Hermit Hacker 1999-05-06 12:15:49 Re: [HACKERS] can't compile