STL problem in stored procedures

Поиск
Список
Период
Сортировка
От Zoltán Dudás
Тема STL problem in stored procedures
Дата
Msg-id 200510241132.59888.zoltan.dudas@freemail.hu
обсуждение исходный текст
Ответы Re: STL problem in stored procedures  (Andreas Seltenreich <andreas+pg@gate450.dyndns.org>)
Список pgsql-general
Hi All,

I have downloaded an extension for PostgreSql.
It contains stored procedures written in C.
I compiled the neccessary files into an so file
and I tried to use the functions, but it gives
an error message when it has to load the
shared object file.
The error message says, it cannot locate a symbol.
I think this symbol is part of the C++ STL.


This is the error message:

psql:/usr/share/postgresql/contrib/proximity.sql:5: ERROR:  could not load
library "/usr/lib/postgresql/proximity.so": /usr/lib/postgresql/proximity.so:
undefined symbol: _ZNKSs17find_first_not_ofERKSsj

What should I do to be able to use this extension?
Anyone has any experience with this extension?

Thanks,

Zoli

--
Zoltan Dudas
Software Engineer
SEI Hungary
Office  +36-52-889-532 Ext: 2032
Fax     +36-52-889-599
Email   zoltan.dudas@sei.hu
URL     www.sei-it.com


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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Migration from 8.0 to 7.4...
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: SHA1 authentication