Re: [HACKERS] What does it mean?

Поиск
Список
Период
Сортировка
От jwieck@debis.com (Jan Wieck)
Тема Re: [HACKERS] What does it mean?
Дата
Msg-id m10fNC6-000EBXC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на What does it mean?  (Dmitry Samersoff <dms@wplus.net>)
Список 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@www2.sptimes.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@debis.com (Jan Wieck) #

В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] can't compile
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: INSERT/UPDATE waiting (another example)