From: | Zoltán Dudás <zoltan(dot)dudas(at)freemail(dot)hu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | STL problem in stored procedures |
Date: | 2005-10-24 09:32:59 |
Message-ID: | 200510241132.59888.zoltan.dudas@freemail.hu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)dudas(at)sei(dot)hu
URL www.sei-it.com
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2005-10-24 09:33:50 | Re: SHA1 authentication |
Previous Message | Csaba Nagy | 2005-10-24 09:32:36 | Re: Migration from 8.0 to 7.4... |