Re: [INTERFACES] Creating a C Function

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема Re: [INTERFACES] Creating a C Function
Дата
Msg-id Pine.LNX.3.95.980704072338.25555D-100000@altoplanos.net
обсуждение исходный текст
Ответ на Creating a C Function  (Screech <screech@screech.org>)
Ответы Re: [INTERFACES] Creating a C Function  (Screech <screech@screech.org>)
Список pgsql-interfaces
On Fri, 3 Jul 1998, Screech wrote:

> I am trying to create a function using C, but I am having trouble getting
> Postgres to execute it.  If I call the function from a C program, it works
> fine, but pgsql gives me this:
>
> ERROR:  Load of file /usr/local/pgsql/obj/gen_username.so failed: Unable
> to resolve symbol

Is '/usr/local/pgsql/obj/' in the library path for your system?  Try
copying gen_username.so to '/lib' or '/usr/lib' (probably the second is
the best).
  This is a quick SWAG.

Rod
--
Roderick A. Anderson
raanders@altoplanos.net               Altoplanos Information Systems, Inc.
Voice: 208.765.6149                            212 S. 11th Street, Suite 5
FAX: 208.664.5299                                  Coeur d'Alene, ID 83814


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

Предыдущее
От: cineuro@neuro.sld.cu
Дата:
Сообщение: ...
Следующее
От: Ludovic Marcotte
Дата:
Сообщение: select w/Swing's JTable widget